| Package | Description |
|---|---|
| java.rmi.registry |
Provides APIs related to the RMI registry.
|
| javax.microedition.xlet.ixc |
Provides facilities for inter-Xlet communication (IXC).
|
| org.dvb.io.ixc |
Provides support for inter-application communication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.bind(String name,
Remote obj)
Binds a remote reference to the specified
name in
this registry. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
IxcRegistry.bind(String name,
Remote obj)
Binds the specified
name to a remote object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
IxcRegistry.bind(XletContext xc,
String name,
Remote obj)
Exports an object under a given name in the namespace of
an Xlet.
|
Copyright © 2012. All Rights Reserved.