|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lookup | |
---|---|
de.root1.simon | Provides the core classes of SIMON |
Uses of Lookup in de.root1.simon |
---|
Classes in de.root1.simon that implement Lookup | |
---|---|
class |
InterfaceLookup
With this class, you can make a lookup by providing a Interface. |
class |
NameLookup
|
Methods in de.root1.simon that return Lookup | |
---|---|
static Lookup |
Simon.createInterfaceLookup(java.net.InetAddress address,
int port)
Creates a interface lookup object that is used to lookup remote objects. |
static Lookup |
Simon.createInterfaceLookup(java.lang.String host,
int port)
Creates a interface lookup object that is used to lookup remote objects. |
static Lookup |
Simon.createNameLookup(java.net.InetAddress address,
int port)
Creates a name lookup object that is used to lookup remote objects. |
static Lookup |
Simon.createNameLookup(java.lang.String host,
int port)
Creates a name lookup object that is used to lookup remote objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |