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, unbind
public static final String SERIAL_CONTEXT_PROVIDER_NAME
public Hashtable list() throws RemoteException
list
in interface SerialContextProvider
list
in class SerialContextProviderImpl
RemoteException
public Hashtable list(String name) throws NamingException, RemoteException
SerialContextProviderImpl
list
in interface SerialContextProvider
list
in class SerialContextProviderImpl
NamingException
- if there is a naming exception.RemoteException
- if there is an RMI exception.public static Remote initSerialContextProvider(ORB orb, TransientContext rootContext) throws RemoteException
RemoteException
public Object lookup(String name) throws NamingException, RemoteException
SerialContextProviderImpl
lookup
in interface SerialContextProvider
lookup
in class SerialContextProviderImpl
NamingException
- if there is a naming exception.RemoteException
- if there is an RMI exception.Copyright © 2019. All rights reserved.