java.lang.Object | +--javax.microedition.xlet.ixc.IxcRegistry
getRegistry(javax.microedition.xlet.XletContext)
public abstract void bind(String name, Remote obj) throws StubException, AlreadyBoundException
public static IxcRegistry getRegistry(XletContext context)
protected IxcRegistry()
public abstract String[] list()
public abstract Remote lookup(String name) throws StubException, NotBoundException
public abstract void rebind(String name, Remote obj) throws StubException, AccessException
public abstract void unbind(String name) throws NotBoundException, AccessException