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
 
Fields inherited from interface jrunx.cluster.ClusterConstants
AVAILABLE_SERVICES, CLUSTER_MANAGER_JNDI, DEFAULT_CLUSTER_DOMAIN, DEFAULT_ENABLED, JINI_CODE_BASE_JAR, PRIMARY_SERVICE, SECONDARY_SERVICE
 
Constructor Summary
EJBContainerInvocation()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.Object getID()
           
 java.lang.Object getMarshalledBean()
           
 byte[] getSerializedInstanceBean()
           
 boolean isDiscovery()
           
 void readExternal(java.io.ObjectInput in)
           
 void setDiscovery(boolean discovery)
           
 void setID(java.lang.Object id)
           
 void setMarshalledBean(java.lang.Object marshalledBean)
           
 void setMarshalledId(java.lang.Object marshalledId)
           
 void setSerializedInstanceBean(byte[] serializedBean)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
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
 

Constructor Detail

EJBContainerInvocation

public EJBContainerInvocation()
Method Detail

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.