org.persvr.data
Class ObservedCall
java.lang.Object
java.util.EventObject
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
| Fields inherited from class java.util.EventObject |
source |
| 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 |
ObservedCall
public ObservedCall(ObjectId source,
java.lang.String method,
java.lang.Object content,
ClientConnection connection)
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()