|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by subscription resources. Exposes the information associated with a subscription request as well as resource lifetime related state. FIXME; we could separate this out as two separate interfaces, since subscriptions can be non-WS resources. For now leaving it as it is.
| Method Summary | |
org.globus.axis.message.addressing.EndpointReferenceType |
getConsumerReference()
Get the consumer endpoint reference associated with this subscription |
java.util.Calendar |
getCreationTime()
Get the time at which the resource was created. |
FilterType |
getFilterType()
|
org.globus.axis.message.addressing.EndpointReferenceType |
getProducerReference()
Get the producer endpoint reference associated with this subscription |
java.lang.Object |
getResource()
Get the producing resource |
ClientSecurityDescriptor |
getSecurityProperties()
Get security properties that determine security for the notification call. |
TopicExpressionType |
getTopicExpression()
Get the topic expression associated with this subscription |
boolean |
getUseNotify()
Wrap notification messages in the notify element? |
| Methods inherited from interface org.globus.wsrf.ResourceLifetime |
getCurrentTime, getTerminationTime, setTerminationTime |
| Method Detail |
public org.globus.axis.message.addressing.EndpointReferenceType getConsumerReference()
public org.globus.axis.message.addressing.EndpointReferenceType getProducerReference()
public TopicExpressionType getTopicExpression()
public FilterType getFilterType()
public boolean getUseNotify()
public java.lang.Object getResource()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Calendar getCreationTime()
public ClientSecurityDescriptor getSecurityProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||