Uses of Class
javax.slee.ServiceID

Packages that use ServiceID
javax.slee   
javax.slee.facilities   
javax.slee.management   
javax.slee.resource   
javax.slee.serviceactivity   
javax.slee.usage   
 

Uses of ServiceID in javax.slee
 

Methods in javax.slee that return ServiceID
 ServiceID SbbContext.getService()
          Get the Service component identifier that identifies the Service component that the SBB object is executing on behalf of.
 ServiceID EventContext.getService()
          Get the component identifier of the Service that was provided when the event was fired.
 

Uses of ServiceID in javax.slee.facilities
 

Methods in javax.slee.facilities with parameters of type ServiceID
 ReceivableService ServiceLookupFacility.getReceivableService(ServiceID service)
          Get information about the event types that a service may receive.
 

Uses of ServiceID in javax.slee.management
 

Methods in javax.slee.management that return ServiceID
 ServiceID ServiceUsageMBean.getService()
          Get the component identifier of the Service that this MBean provides usage management access for.
 ServiceID ServiceStateChangeNotification.getService()
          Get the component identifier of the Service that has changed state.
 ServiceID SbbNotification.getService()
          Get the service component identifier of this notification source.
 ServiceID[] DeploymentMBean.getServices()
          Get the set of services installed in the SLEE.
 ServiceID[] ServiceManagementMBean.getServices(ServiceState state)
          Get the set of services that are in a particular state.
 

Methods in javax.slee.management with parameters of type ServiceID
 void ServiceManagementMBean.activate(ServiceID id)
          Activate a Service.
 void ServiceManagementMBean.activate(ServiceID[] ids)
          Activate a set of Services.
 void ServiceManagementMBean.deactivate(ServiceID id)
          Deactivate a Service.
 void ServiceManagementMBean.deactivate(ServiceID[] ids)
          Deactivate a set of Services.
 void ServiceManagementMBean.deactivateAndActivate(ServiceID[] deactivateIDs, ServiceID[] activateIDs)
          Deactivate one set of Services and activate another set of Services.
 void ServiceManagementMBean.deactivateAndActivate(ServiceID[] deactivateIDs, ServiceID[] activateIDs)
          Deactivate one set of Services and activate another set of Services.
 void ServiceManagementMBean.deactivateAndActivate(ServiceID deactivateID, ServiceID activateID)
          Deactivate one Service and activate another Service.
 SbbID[] DeploymentMBean.getSbbs(ServiceID service)
          Get the set of SBBs that participate in the specified Service.
 javax.management.ObjectName ServiceManagementMBean.getServiceUsageMBean(ServiceID id)
          Get the JMX Object Name of a ServiceUsageMBean object for a Service.
 ServiceState ServiceManagementMBean.getState(ServiceID id)
          Get the current state of a Service.
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.
 

Constructors in javax.slee.management with parameters of type ServiceID
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.
ServiceStateChangeNotification(ServiceManagementMBean serviceManagementMBean, ServiceID service, ServiceState newState, ServiceState oldState, long sequenceNumber)
          Create a ServiceStateChangeNotification to notify listeners of a change in the operational state of a Service.
 

Uses of ServiceID in javax.slee.resource
 

Methods in javax.slee.resource that return ServiceID
 ServiceID ResourceAdaptorContext.getInvokingService()
          Get the service component identifier of the service currently being invoked by the SLEE in the current thread.
 ServiceID ReceivableService.getService()
          Get the component identifier of the service represented by this ReceivableService object.
 

Uses of ServiceID in javax.slee.serviceactivity
 

Methods in javax.slee.serviceactivity that return ServiceID
 ServiceID ServiceStartedEvent.getService()
          Get the Service component identifier that identifies the Service component that has started.
 ServiceID ServiceActivity.getService()
          Get the Service component identifier that identifies the Service component that this Service activity was created for.
 

Uses of ServiceID in javax.slee.usage
 

Methods in javax.slee.usage that return ServiceID
 ServiceID UsageNotification.getService()
          Deprecated. Replaced with UsageNotification.getNotificationSource() in order to specify a broader range of usage sources.
 ServiceID SbbUsageMBean.getService()
          Deprecated. Replaced with a UsageMBean containing an SbbNotification as a notification source.
 

Constructors in javax.slee.usage with parameters of type ServiceID
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.
 



Copyright © 2009. All Rights Reserved.