|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SbbID | |
|---|---|
| javax.slee | |
| javax.slee.management | |
| javax.slee.usage | |
| Uses of SbbID in javax.slee |
|---|
| Methods in javax.slee that return SbbID | |
|---|---|
SbbID |
SbbContext.getSbb()
Get the SBB component identifier that identifies the SBB component of the SBB object. |
| Uses of SbbID in javax.slee.management |
|---|
| Methods in javax.slee.management that return SbbID | |
|---|---|
SbbID[] |
ResourceManagementMBean.getBoundSbbs(java.lang.String linkName)
Get the set of SBB component identifiers that identify the SBBs that are bound to the specified link name by way of a resource-adaptor-entity-link
element in their deployment descriptor. |
SbbID |
ServiceDescriptor.getRootSbb()
Get the component identifier of the Service's root SBB. |
SbbID |
SbbNotification.getSbb()
Get the SBB component identifier of this notification source. |
SbbID[] |
SbbDescriptor.getSbbs()
Get the component identifiers of the SBBs used by this SBB. |
SbbID[] |
DeploymentMBean.getSbbs()
Get the set of SBBs installed in the SLEE. |
SbbID[] |
DeploymentMBean.getSbbs(ServiceID service)
Get the set of SBBs that participate in the specified Service. |
| Methods in javax.slee.management with parameters of type SbbID | |
|---|---|
void |
ServiceUsageMBean.createUsageParameterSet(SbbID id,
java.lang.String paramSetName)
Create a new usage parameter set that the specified SBB is permitted to use in the one-argument form of the get-usage-parameters methods, when the service component identifier argument of the get-usage-parameters method identifies the Service that this MBean provides usage management access for. |
javax.management.ObjectName |
ServiceUsageMBean.getSbbUsageMBean(SbbID id)
Get the JMX Object Name of a UsageMBean object that provides
management access to the unnamed usage parameter set for the specified SBB. |
javax.management.ObjectName |
ServiceUsageMBean.getSbbUsageMBean(SbbID id,
java.lang.String paramSetName)
Get the JMX Object Name of a UsageMBean object that provides
management access to the named usage parameter set for the specified SBB. |
javax.management.ObjectName |
ServiceUsageMBean.getSbbUsageNotificationManagerMBean(SbbID id)
Get the JMX Object Name of a UsageNotificationManagerMBean
that provides management access to the usage notification manager for the specified SBB. |
static java.lang.String |
SbbNotification.getUsageMBeanProperties(ServiceID service,
SbbID sbb)
Get a JMX Object Name property string that uniquely identifies the specified service and SBB, suitable for inclusion in the Object Name of a Usage MBean. |
java.lang.String[] |
ServiceUsageMBean.getUsageParameterSets(SbbID id)
Get the names of the usage parameter sets that the specified SBB is permitted to use in the one-argument form of the get-usage-parameters methods, when the service component identifier argument of the get-usage-parameters method identifies the Service that this MBean provides usage management access for. |
void |
ServiceUsageMBean.removeUsageParameterSet(SbbID id,
java.lang.String paramSetName)
Remove an existing usage parameter set that the specified SBB is permitted to use in the one-argument form of the get-usage-parameters methods, when the service component identifier argument of the get-usage-parameters method identifies the Service that this MBean provides usage management access for. |
void |
ServiceUsageMBean.resetAllUsageParameters(SbbID id)
Reset all usage parameters in the unamed usage parameter set, and all named usage parameter sets, of the specified SBB. |
| Constructors in javax.slee.management with parameters of type SbbID | |
|---|---|
SbbDescriptor(SbbID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
SbbID[] sbbs,
EventTypeID[] eventTypes,
ProfileSpecificationID[] profileSpecs,
ProfileSpecificationID addressProfileSpec,
ResourceAdaptorTypeID[] raTypes,
java.lang.String[] linkNames)
Create a new SBB component descriptor. |
|
SbbDescriptor(SbbID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
SbbID[] sbbs,
EventTypeID[] eventTypes,
ProfileSpecificationID[] profileSpecs,
ProfileSpecificationID addressProfileSpec,
ResourceAdaptorTypeID[] raTypes,
java.lang.String[] linkNames)
Create a new SBB component descriptor. |
|
SbbNotification(ServiceID service,
SbbID sbb)
Create a new SbbNotification object that uniquely identifies an SBB
component within a service. |
|
ServiceDescriptor(ServiceID component,
DeployableUnitID deployableUnit,
java.lang.String source,
SbbID rootSbb,
java.lang.String addressProfileTable,
java.lang.String resourceInfoProfileTable)
Create a new service component descriptor. |
|
| Uses of SbbID in javax.slee.usage |
|---|
| Methods in javax.slee.usage that return SbbID | |
|---|---|
SbbID |
UsageNotification.getSbb()
Deprecated. Replaced with UsageNotification.getNotificationSource() in order to specify a
broader range of usage sources. |
SbbID |
SbbUsageMBean.getSbb()
Deprecated. Replaced with a UsageMBean containing an
SbbNotification as a notification source. |
| Constructors in javax.slee.usage with parameters of type SbbID | |
|---|---|
UsageNotification(SbbUsageMBean sbbUsageMBean,
ServiceID serviceID,
SbbID sbbID,
java.lang.String paramSet,
java.lang.String paramName,
boolean counter,
long value,
long sequenceNumber,
long timestamp)
Deprecated. Usage notifications have been expanded with new attributes to take advantage of the new features provided by the SLEE specification. The UsageNotification.UsageNotification(String, UsageMBean, NotificationSource, String, String, boolean, long, long, long)
constructor should be used instead of this constructor. |
|
UsageOutOfRangeFilter(ServiceID service,
SbbID sbb,
java.lang.String paramName,
long lowValue,
long highValue)
Deprecated. Replaced with UsageOutOfRangeFilter.UsageOutOfRangeFilter(NotificationSource, String, long, long)
as usage collecting has been expanded to include SLEE components other than SBBs. |
|
UsageThresholdFilter(ServiceID service,
SbbID sbb,
java.lang.String paramName,
long threshold)
Deprecated. Replaced with UsageThresholdFilter.UsageThresholdFilter(NotificationSource, String, long)
as usage collecting has been expanded to include SLEE components other than SBBs. |
|
UsageUpdatedFilter(ServiceID service,
SbbID sbb,
java.lang.String paramName)
Deprecated. Replaced with UsageUpdatedFilter.UsageUpdatedFilter(NotificationSource, String) as usage
collecting has been expanded to include SLEE components other than SBBs. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||