|
||||||||||
| 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(String name,
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. |
Object |
lookup(String name)
Lookup the specified name. |
void |
rebind(String name,
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(String name,
Object obj)
throws NamingException,
RemoteException
bind in interface SerialContextProviderbind in class SerialContextProviderImplNamingException - if there is a naming exception.
RemoteException
public void rebind(String name,
Object obj)
throws NamingException,
RemoteException
rebind in interface SerialContextProviderrebind in class SerialContextProviderImplNamingException - if there is a naming exception.
RemoteException
public Object lookup(String name)
throws NamingException,
RemoteException
SerialContextProviderImpl
lookup in interface SerialContextProviderlookup in class SerialContextProviderImplNamingException - if there is a naming exception.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||