|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubscriptionManagerInterface
This interface defines the required methods for a SubscriptionManagerInterface instance. A subscription manager must support RENEW, UNSUBSCRIBE and optionally may support SUBSCRIPTIONEND. The GETSTATUS message is explicitly NOT RECOMMENDED.
Method Summary | |
---|---|
Management |
create(HandlerContext context,
Management request,
Management response)
This method is encouraged so that a remote Event Source can send Transfer.Create requests to create/register new EventSources and new Event Sink(Subscribers) to this SubscriptionManager instance. |
java.lang.String |
getSubscriptionManagerAddress()
By extending Handler this requires that the instance be a Wiseman handler. |
java.lang.String |
getSubscriptionManagerResourceURI()
|
Management |
unsubsubscribe(HandlerContext context,
Management request,
Management response)
Fundamental method for the remote SubscriptionManager. |
Methods inherited from interface com.sun.ws.management.server.Handler |
---|
handle |
Method Detail |
---|
java.lang.String getSubscriptionManagerAddress()
java.lang.String getSubscriptionManagerResourceURI()
Management create(HandlerContext context, Management request, Management response) throws javax.xml.soap.SOAPException, javax.xml.bind.JAXBException, javax.xml.datatype.DatatypeConfigurationException
context
- Handler context if usefulrequest
- Management messageresponse
- Management message
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException
javax.xml.datatype.DatatypeConfigurationException
Management unsubsubscribe(HandlerContext context, Management request, Management response)
context
- Handler context if usefulrequest
- Management messageresponse
- Management message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |