|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary java.util.Hashtable java.util.Properties echopoint.asynch.AsynchEvent
AsynchEvent
is a set of String properties
that can be sent to an AsyncEventSink, most likely
by an AsynchEventSource.
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
AsynchEvent()
Constructs an AsynchEvent with
a null subject. |
|
AsynchEvent(java.lang.String subject)
Constructs an AsynchEvent with the specified
subject. |
Method Summary | |
java.lang.String |
getSubject()
Gets the subject of the asycnhronous event. |
java.util.Date |
getTimeStamp()
Gets the time stamp of when the asynchonous event was created |
void |
setSubject(java.lang.String string)
Sets the subject of the asycnhronous event. |
void |
setTimeStamp(java.util.Date date)
Sets the time stamp of when the asynchonous event was created |
java.lang.String |
toString()
This method is used to convert the proeprties into a String format ready for transport to its destination |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AsynchEvent()
AsynchEvent
with
a null subject.
public AsynchEvent(java.lang.String subject)
AsynchEvent
with the specified
subject.
Method Detail |
public java.lang.String getSubject()
public void setSubject(java.lang.String string)
string
- the subject of the asycnhronous event.public java.lang.String toString()
public java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date date)
date
- the time stamp of when the asynchonous event was created
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |