|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.naming.impl.SerialContextProviderImpl
com.sun.enterprise.naming.impl.LocalSerialContextProviderImpl
public class LocalSerialContextProviderImpl
This class is the implementation of the local SerialContextProvider
| Method Summary | |
|---|---|
void |
bind(java.lang.String name,
java.lang.Object obj)
overriding the super.bind() since we need to make a copy of the object before it gets put into the rootContext Remote Provider already does that since when a method is called on a remote object (in our case the remote provider), the copies of the method arguments get passed and not the real objects. |
java.lang.Object |
lookup(java.lang.String name)
Lookup the specified name. |
void |
rebind(java.lang.String name,
java.lang.Object obj)
overriding the super.rebind() since we need to make a copy of the object before it gets put into the rootContext. |
| Methods inherited from class com.sun.enterprise.naming.impl.SerialContextProviderImpl |
|---|
createSubcontext, destroySubcontext, list, list, rename, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void bind(java.lang.String name,
java.lang.Object obj)
throws javax.naming.NamingException,
java.rmi.RemoteException
bind in interface SerialContextProviderbind in class SerialContextProviderImpljavax.naming.NamingException - if there is a naming exception.
java.rmi.RemoteException
public void rebind(java.lang.String name,
java.lang.Object obj)
throws javax.naming.NamingException,
java.rmi.RemoteException
rebind in interface SerialContextProviderrebind in class SerialContextProviderImpljavax.naming.NamingException - if there is a naming exception.
java.rmi.RemoteException
public java.lang.Object lookup(java.lang.String name)
throws javax.naming.NamingException,
java.rmi.RemoteException
SerialContextProviderImpl
lookup in interface SerialContextProviderlookup in class SerialContextProviderImpljavax.naming.NamingException - if there is a naming exception.
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||