Uses of Class
javax.microedition.xlet.ixc.StubException

Packages that use StubException
javax.microedition.xlet.ixc Provides facilities for inter-Xlet communication (IXC). 
 

Uses of StubException in javax.microedition.xlet.ixc
 

Methods in javax.microedition.xlet.ixc that throw StubException
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.