org.persvr.data
Class ObservedCall

java.lang.Object
  extended by java.util.EventObject
      extended by org.persvr.data.ObservedCall
All Implemented Interfaces:
java.io.Serializable

public class ObservedCall
extends java.util.EventObject

A representation of a call that took place that should be delivered as a notification to subscribers

Author:
Kris
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ObservedCall(ObjectId source, java.lang.String method, java.lang.Object content, ClientConnection connection)
           
 
Method Summary
 ClientConnection getConnection()
           
 java.lang.Object getContent()
           
 java.lang.String getMethod()
           
 Persistable getSource()
           
 ObjectId getSourceId()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObservedCall

public ObservedCall(ObjectId source,
                    java.lang.String method,
                    java.lang.Object content,
                    ClientConnection connection)
Method Detail

getSourceId

public ObjectId getSourceId()

getSource

public Persistable getSource()
Overrides:
getSource in class java.util.EventObject

getMethod

public java.lang.String getMethod()

getContent

public java.lang.Object getContent()

getConnection

public ClientConnection getConnection()