|
|||||||||||
| 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.
| Method Summary | |
org.apache.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. |
QueryExpressionType |
getPrecondition()
Get the precondition associated with this subscription |
org.apache.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. |
QueryExpressionType |
getSelector()
Get the selector expression associated with this subscription |
java.lang.Object |
getSubscriptionPolicy()
Get the policy associated with this subscription |
TopicExpressionType |
getTopicExpression()
Get the topic expression associated with this subscription |
boolean |
getUseNotify()
Wrap notification messages in the notify element? |
boolean |
isPaused()
Is the subscription paused? |
void |
pause()
Pause the subscription |
void |
resume()
Resume the subscription |
| Methods inherited from interface org.globus.wsrf.ResourceLifetime |
getCurrentTime, getTerminationTime, setTerminationTime |
| Method Detail |
public boolean isPaused()
public void pause()
throws java.lang.Exception
java.lang.Exception
public void resume()
throws java.lang.Exception
java.lang.Exceptionpublic org.apache.axis.message.addressing.EndpointReferenceType getConsumerReference()
public org.apache.axis.message.addressing.EndpointReferenceType getProducerReference()
public TopicExpressionType getTopicExpression()
public QueryExpressionType getPrecondition()
public QueryExpressionType getSelector()
public java.lang.Object getSubscriptionPolicy()
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 | ||||||||||