jrun.ejb
Class EJBContainerInvocation
java.lang.Object
|
+--jrunx.rmi.Invocation
|
+--jrun.ejb.EJBContainerInvocation
- All Implemented Interfaces:
- ClusterConstants, java.io.Externalizable, java.io.Serializable
- public class EJBContainerInvocation
- extends Invocation
- See Also:
- Serialized Form
| Fields inherited from class jrunx.rmi.Invocation |
args, clientInvocationThread, clusterAlgorithm, marshalledArgs, marshalledResult, marshalledThrowable, method, methodName, methodResult, rmiMarshalling, signature, stubs, subsystem, system, throwable |
| Methods inherited from class jrunx.rmi.Invocation |
addService, clearThrowable, getArgs, getClientInvocationThread, getClusterAlgorithm, getKnownServices, getMethod, getMethodName, getMethodResult, getSignature, getSubsystem, getSystem, getThrowable, invoke, isRmiMarshalling, marshall, removeService, setArgs, setClientInvocationThread, setClusterAlgorithm, setKnownServices, setMethod, setMethodName, setMethodResult, setRmiMarshalling, setSignature, setSubsystem, setSystem, setThrowable, threwThrowable, toString, unmarshall |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EJBContainerInvocation
public EJBContainerInvocation()
isDiscovery
public boolean isDiscovery()
setDiscovery
public void setDiscovery(boolean discovery)
getID
public java.lang.Object getID()
throws java.lang.Exception
setID
public void setID(java.lang.Object id)
throws java.lang.Exception
setMarshalledId
public void setMarshalledId(java.lang.Object marshalledId)
setSerializedInstanceBean
public void setSerializedInstanceBean(byte[] serializedBean)
getSerializedInstanceBean
public byte[] getSerializedInstanceBean()
getMarshalledBean
public java.lang.Object getMarshalledBean()
setMarshalledBean
public void setMarshalledBean(java.lang.Object marshalledBean)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Overrides:
writeExternal in class Invocation
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides:
readExternal in class Invocation
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object
Copyright � 2002 Macromedia Corporation. All Rights Reserved.