org.jboss.ejb.plugins.jrmp.interfaces
Class EntityProxy
java.lang.Object
|
+--org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy
|
+--org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- EntityProxy, EntityProxy
- public class EntityProxy
- extends GenericProxy
- Version:
- $Revision: 1.22 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com), Marc Fleury
- See Also:
- , Serialized Form
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
|
void |
readExternal(java.io.ObjectInput in)
Un-externalize this instance. |
void |
writeExternal(java.io.ObjectOutput out)
Externalize this instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cacheKey
protected CacheKey cacheKey
EntityProxy
public EntityProxy()
EntityProxy
public EntityProxy(java.lang.String name,
ContainerRemote container,
java.lang.Object id,
boolean optimize)
invoke
public final java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
throws java.lang.Throwable
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Description copied from class:
GenericProxy
- Externalize this instance.
If this instance lives in a different VM than its container
invoker, the remote interface of the container invoker is
not externalized.
- Overrides:
writeExternal
in class GenericProxy
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Description copied from class:
GenericProxy
- Un-externalize this instance.
If this instance is deserialized in the same VM as its container
invoker, the remote interface of the container invoker is
restored by looking up the name in the invokers map.
- Overrides:
readExternal
in class GenericProxy
Copyright © 2000 The JBoss Organization. All Rights Reserved.