WSNServicePoint MBean

Partial ObjectName:
WebSphere:*,type=WSNServicePoint


MBean WSNServicePoint

Management interface for a WSNServicePoint


Attribute Summary
java.util.ListsubscriptionMBeanNames
           A list of the subscription MBeans on this Service Point
java.util.ListpullPointMBeanNames
           A list of the pullPoint MBeans on this Service Point
java.util.ListadministeredSubscriberMBeanNames
           A list of the administeredSubscriber MBeans on this Service Point
java.util.ListpublisherRegistrationMBeanNames
           A list of the publisherRegistration MBeans on this Service Point

Operation Summary
java.lang.BooleandeleteSubscription(java.lang.String mBeanName)
           Delete a specific Subscription on this Service Point
java.lang.BooleandeletePullPoint(java.lang.String mBeanName)
           Delete a specific PullPoint on this Service Point
java.lang.BooleandeletePublisherRegistration(java.lang.String mBeanName)
           Delete a specific PublisherRegistration on this Service Point

Attribute Detail

subscriptionMBeanNames

public java.util.List subscriptionMBeanNames
A list of the subscription MBeans on this Service Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

pullPointMBeanNames

public java.util.List pullPointMBeanNames
A list of the pullPoint MBeans on this Service Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

administeredSubscriberMBeanNames

public java.util.List administeredSubscriberMBeanNames
A list of the administeredSubscriber MBeans on this Service Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

publisherRegistrationMBeanNames

public java.util.List publisherRegistrationMBeanNames
A list of the publisherRegistration MBeans on this Service Point
Since:
6.1
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Operation Detail

deleteSubscription

public java.lang.Boolean deleteSubscription(java.lang.String mBeanName)
Delete a specific Subscription on this Service Point
Parameters:
mBeanName - The Name of the MBean representing the Subscription to be deleted
Security Roles:
administrator
operator

deletePullPoint

public java.lang.Boolean deletePullPoint(java.lang.String mBeanName)
Delete a specific PullPoint on this Service Point
Parameters:
mBeanName - The Name of the MBean representing the PullPoint to be deleted
Security Roles:
administrator
operator

deletePublisherRegistration

public java.lang.Boolean deletePublisherRegistration(java.lang.String mBeanName)
Delete a specific PublisherRegistration on this Service Point
Parameters:
mBeanName - The Name of the MBean representing the PublisherRegistration to be deleted
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005