edu.emory.mathcs.h2o.event
Class NewSessionEvent

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
      extended byedu.emory.mathcs.h2o.event.NewSessionEvent
All Implemented Interfaces:
java.io.Serializable

public class NewSessionEvent
extends Event

Event triggered when a new session is opened on the kernel.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
NewSessionEvent(KernelContext source, SessionInfo sinfo, long timestamp)
           
 
Method Summary
 KernelContext getKernelContext()
           
 java.lang.String getParentGUID()
           
 PlugletInfo getPluglet()
           
 java.lang.String getSessionGUID()
           
 
Methods inherited from class edu.emory.mathcs.h2o.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewSessionEvent

public NewSessionEvent(KernelContext source,
                       SessionInfo sinfo,
                       long timestamp)
Method Detail

getKernelContext

public KernelContext getKernelContext()

getSessionGUID

public java.lang.String getSessionGUID()

getParentGUID

public java.lang.String getParentGUID()

getPluglet

public PlugletInfo getPluglet()