jasco.runtime.distribution
Class DistributedConnectorMessage

java.lang.Object
  extended by jasco.runtime.distribution.DistributedConnectorMessage
All Implemented Interfaces:
DistributedJascoMessage, java.io.Serializable

public class DistributedConnectorMessage
extends java.lang.Object
implements DistributedJascoMessage

See Also:
Serialized Form

Field Summary
static int ADD_CONNECTOR
           
static int NONE
           
static int REMOVE_CONNECTOR
           
 
Constructor Summary
DistributedConnectorMessage(java.lang.Object o, int type)
           
 
Method Summary
 java.lang.Object getMsg()
           
 int getType()
           
 void setMsg(java.lang.Object o)
           
 void setType(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

ADD_CONNECTOR

public static final int ADD_CONNECTOR
See Also:
Constant Field Values

REMOVE_CONNECTOR

public static final int REMOVE_CONNECTOR
See Also:
Constant Field Values
Constructor Detail

DistributedConnectorMessage

public DistributedConnectorMessage(java.lang.Object o,
                                   int type)
Method Detail

setType

public void setType(int i)
Specified by:
setType in interface DistributedJascoMessage

getType

public int getType()
Specified by:
getType in interface DistributedJascoMessage

setMsg

public void setMsg(java.lang.Object o)
Specified by:
setMsg in interface DistributedJascoMessage

getMsg

public java.lang.Object getMsg()
Specified by:
getMsg in interface DistributedJascoMessage