WebSphere:*,type=WSNServicePoint
MBean WSNServicePoint
Management interface for a WSNServicePoint
Attribute Summary | |
java.util.List | subscriptionMBeanNames A list of the subscription MBeans on this Service Point |
java.util.List | pullPointMBeanNames A list of the pullPoint MBeans on this Service Point |
java.util.List | administeredSubscriberMBeanNames A list of the administeredSubscriber MBeans on this Service Point |
java.util.List | publisherRegistrationMBeanNames A list of the publisherRegistration MBeans on this Service Point |
Operation Summary | |
java.lang.Boolean | deleteSubscription( Delete a specific Subscription on this Service Point |
java.lang.Boolean | deletePullPoint( Delete a specific PullPoint on this Service Point |
java.lang.Boolean | deletePublisherRegistration( Delete a specific PublisherRegistration on this Service Point |
Attribute Detail |
public java.util.List subscriptionMBeanNames
public java.util.List pullPointMBeanNames
public java.util.List administeredSubscriberMBeanNames
public java.util.List publisherRegistrationMBeanNames
Operation Detail |
public java.lang.Boolean deleteSubscription(java.lang.String mBeanName
)
mBeanName
-
The Name of the MBean representing the Subscription to be deleted
public java.lang.Boolean deletePullPoint(java.lang.String mBeanName
)
mBeanName
-
The Name of the MBean representing the PullPoint to be deleted
public java.lang.Boolean deletePublisherRegistration(java.lang.String mBeanName
)
mBeanName
-
The Name of the MBean representing the PublisherRegistration to be deleted