cvm.ncb.handlers.event
Class NoSessionException_Event

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

public class NoSessionException_Event
extends Handles_Event

Event used to notify the occurance of a NoSessionException

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
NoSessionException_Event(java.lang.Object eventSource, java.lang.String sID)
           
 
Method Summary
 java.lang.String getSID()
          This method returns the session id.
 
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

NoSessionException_Event

public NoSessionException_Event(java.lang.Object eventSource,
                                java.lang.String sID)
Method Detail

getSID

public java.lang.String getSID()
This method returns the session id.

Returns:
session ID for failed session.