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
A list of the subscription MBeans on this Service Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List pullPointMBeanNames
A list of the pullPoint MBeans on this Service Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List administeredSubscriberMBeanNames
A list of the administeredSubscriber MBeans on this Service Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.List publisherRegistrationMBeanNames
A list of the publisherRegistration MBeans on this Service Point
Since:
6.1
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public java.lang.Boolean deleteSubscription(
java.lang.String mBeanName
)
Delete a specific Subscription on this Service Point
mBeanName
-
The Name of the MBean representing the Subscription to be deleted
administrator
operator
public java.lang.Boolean deletePullPoint(
java.lang.String mBeanName
)
Delete a specific PullPoint on this Service Point
mBeanName
-
The Name of the MBean representing the PullPoint to be deleted
administrator
operator
public java.lang.Boolean deletePublisherRegistration(
java.lang.String mBeanName
)
Delete a specific PublisherRegistration on this Service Point
mBeanName
-
The Name of the MBean representing the PublisherRegistration to be deleted
administrator
operator