| Package | Description |
|---|---|
| javax.microedition.xlet.ixc |
Provides facilities for inter-Xlet communication (IXC).
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
IxcRegistry.bind(String name,
Remote obj)
Binds the specified
name to a remote object. |
abstract Remote |
IxcRegistry.lookup(String name)
Returns a reference, a stub, for the remote object associated
with the specified
name. |
abstract void |
IxcRegistry.rebind(String name,
Remote obj)
Rebinds the specified name to a new remote object.
|
Copyright © 2012 code4tv.com. All Rights Reserved.