cvm.ncb.handlers.event
Class SendSchemaReply_Event

java.lang.Object
  extended by java.util.EventObject
      extended by cvm.model.Handles_Event
          extended by cvm.ncb.handlers.event.SendSchemaReply_Event
All Implemented Interfaces:
java.io.Serializable

public class SendSchemaReply_Event
extends Handles_Event

This class will represent an event coming from NCB that encapsulate the reply of the sendSchema request

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
SendSchemaReply_Event(java.lang.Object eventSource, boolean sendStatus)
          The constructor
 
Method Summary
 boolean isSendStatus()
          This method returns the status of the schema sent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendSchemaReply_Event

public SendSchemaReply_Event(java.lang.Object eventSource,
                             boolean sendStatus)
The constructor

Parameters:
eventSource - the object that fires this event
sendStatus - indicating if the status of the sent schema
Method Detail

isSendStatus

public boolean isSendStatus()
This method returns the status of the schema sent

Returns:
the status of the schema sent