|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.bus.BusMonitoringSubscription
public class BusMonitoringSubscription
Bean model for the representation of a Bus subscription.
| Constructor Summary | |
|---|---|
BusMonitoringSubscription(int id,
String type,
ISubscriptionInfo subscriberInfo)
Constructor |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getExecution()
|
int |
getId()
Returns the ID of this subscription |
long |
getRegistrationPeriod()
|
org.joda.time.DateTime |
getRegistrationTimestamp()
|
String |
getTrigger()
|
String |
getType()
Returns the type of this subscription |
String |
getValidator()
|
boolean |
test()
Tests if the associated subscription is still valid. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BusMonitoringSubscription(int id,
String type,
ISubscriptionInfo subscriberInfo)
id - ID for this subscriptiontype - Type of messagesubscriberInfo - Associated subscriber information| Method Detail |
|---|
public String getExecution()
public int getId()
public long getRegistrationPeriod()
public org.joda.time.DateTime getRegistrationTimestamp()
public String getTrigger()
public String getType()
public String getValidator()
public String getDescription()
public boolean test()
true if the subscriber is still available and still
valid.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||