org.apache.airavata.wsmg.client
Class SubscriptionInfo
java.lang.Object
org.apache.airavata.wsmg.client.SubscriptionInfo
public class SubscriptionInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionInfo
public SubscriptionInfo(String eventSourceLocIn,
String eventSinkLocIn,
String topicExpression,
String xpathExpression,
String eventSinkEndpointReferenceNS,
String eventSinkEndpointReference,
long expireTime)
- Parameters:
eventSourceLocIn - eventSinkLocIn - topicExpression - xpathExpression - eventSinkEndpointReferenceNS - eventSinkEndpointReference - expireTime -
getEventSinkEndpointReference
public String getEventSinkEndpointReference()
- Returns:
- Returns the eventSinkEndpointReference.
setEventSinkEndpointReference
public void setEventSinkEndpointReference(String eventSinkEndpointReference)
- Parameters:
eventSinkEndpointReference - The eventSinkEndpointReference to set.
getEventSinkEndpointReferenceNS
public String getEventSinkEndpointReferenceNS()
- Returns:
- Returns the eventSinkEndpointReferenceNS.
setEventSinkEndpointReferenceNS
public void setEventSinkEndpointReferenceNS(String eventSinkEndpointReferenceNS)
- Parameters:
eventSinkEndpointReferenceNS - The eventSinkEndpointReferenceNS to set.
getEventSinkLocIn
public String getEventSinkLocIn()
- Returns:
- Returns the eventSinkLocIn.
setEventSinkLocIn
public void setEventSinkLocIn(String eventSinkLocIn)
- Parameters:
eventSinkLocIn - The eventSinkLocIn to set.
getEventSourceLocIn
public String getEventSourceLocIn()
- Returns:
- Returns the eventSourceLocIn.
setEventSourceLocIn
public void setEventSourceLocIn(String eventSourceLocIn)
- Parameters:
eventSourceLocIn - The eventSourceLocIn to set.
getExpireTime
public long getExpireTime()
- Returns:
- Returns the expireTime.
setExpireTime
public void setExpireTime(long expireTime)
- Parameters:
expireTime - The expireTime to set.
getTopicExpression
public String getTopicExpression()
- Returns:
- Returns the topicExpression.
setTopicExpression
public void setTopicExpression(String topicExpression)
- Parameters:
topicExpression - The topicExpression to set.
getXpathExpression
public String getXpathExpression()
- Returns:
- Returns the xpathExpression.
setXpathExpression
public void setXpathExpression(String xpathExpression)
- Parameters:
xpathExpression - The xpathExpression to set.
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.