Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

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  Remote IxcRegistry.lookup(String name)
          Returns a reference, a stub, for the remote object associated with the specified name.
abstract  void IxcRegistry.bind(String name, Remote obj)
          Binds the specified name to a remote object.
abstract  void IxcRegistry.rebind(String name, Remote obj)
          Rebinds the specified name to a new remote object.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.