|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
echopoint.asynch.AsynchEvent
public class 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, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| 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()
toString in class java.util.Hashtable<java.lang.Object,java.lang.Object>public java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date date)
date - the time stamp of when the asynchonous event was created
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||