disciple.core
Class ControlMessage

java.lang.Object
  |
  +--disciple.core.ControlMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InitMessage

public abstract class ControlMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.Object source_
           
 
Constructor Summary
ControlMessage()
           
 
Method Summary
abstract  void execute(Connection connection)
           
 java.lang.Object getSource()
           
 void setSource(java.lang.Object source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source_

protected java.lang.Object source_
Constructor Detail

ControlMessage

public ControlMessage()
Method Detail

setSource

public void setSource(java.lang.Object source)

getSource

public java.lang.Object getSource()

execute

public abstract void execute(Connection connection)


Copyright (c) 2003 Rutgers, The State University of New Jersey