public class RemoteSerialContextProviderImpl extends SerialContextProviderImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIAL_CONTEXT_PROVIDER_NAME |
| Modifier and Type | Method and Description |
|---|---|
static Remote |
initSerialContextProvider(ORB orb,
TransientContext rootContext)
Create the remote object and publish it in the CosNaming name service.
|
Hashtable |
list() |
Hashtable |
list(String name)
List the contents of the specified context.
|
Object |
lookup(String name)
Lookup the specified name.
|
bind, createSubcontext, destroySubcontext, rebind, rename, unbindpublic static final String SERIAL_CONTEXT_PROVIDER_NAME
public Hashtable list() throws RemoteException
list in interface SerialContextProviderlist in class SerialContextProviderImplRemoteExceptionpublic Hashtable list(String name) throws NamingException, RemoteException
SerialContextProviderImpllist in interface SerialContextProviderlist in class SerialContextProviderImplNamingException - if there is a naming exception.RemoteExceptionpublic static Remote initSerialContextProvider(ORB orb, TransientContext rootContext) throws RemoteException
RemoteExceptionpublic Object lookup(String name) throws NamingException, RemoteException
SerialContextProviderImpllookup in interface SerialContextProviderlookup in class SerialContextProviderImplNamingException - if there is a naming exception.RemoteExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.