Package com.sun.enterprise.naming.impl
Class RemoteSerialContextProviderImpl
java.lang.Object
com.sun.enterprise.naming.impl.SerialContextProviderImpl
com.sun.enterprise.naming.impl.RemoteSerialContextProviderImpl
- All Implemented Interfaces:
SerialContextProvider,Remote
This class is the implementation of the Remote SerialContextProvider
- Author:
- Sheetal Vartak
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteinitSerialContextProvider(org.omg.CORBA.ORB orb, TransientContext rootContext) Create the remote object and publish it in the CosNaming name service.list()List the contents of the specified context.Lookup the specified name.Methods inherited from class com.sun.enterprise.naming.impl.SerialContextProviderImpl
bind, createSubcontext, destroySubcontext, rebind, rename, unbind
-
Field Details
-
SERIAL_CONTEXT_PROVIDER_NAME
- See Also:
-
-
Method Details
-
list
- Specified by:
listin interfaceSerialContextProvider- Overrides:
listin classSerialContextProviderImpl- Throws:
RemoteException
-
list
Description copied from interface:SerialContextProviderList the contents of the specified context.- Specified by:
listin interfaceSerialContextProvider- Overrides:
listin classSerialContextProviderImpl- Throws:
NamingException- if there is a naming exception.RemoteException- there is an RMI exception.
-
initSerialContextProvider
public static Remote initSerialContextProvider(org.omg.CORBA.ORB orb, TransientContext rootContext) throws RemoteException Create the remote object and publish it in the CosNaming name service.- Throws:
RemoteException
-
lookup
Description copied from interface:SerialContextProviderLookup the specified name.- Specified by:
lookupin interfaceSerialContextProvider- Overrides:
lookupin classSerialContextProviderImpl- Returns:
- the object or context bound to the name.
- Throws:
NamingException- if there is a naming exception.RemoteException- there is an RMI exception.
-