Uses of Class
com.opencloud.slee.resources.sis.components.InterceptorRefID
-
Packages that use InterceptorRefID Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS. -
-
Uses of InterceptorRefID in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return InterceptorRefID Modifier and Type Method Description InterceptorRefID[]
InterceptorManagementMBean. getInterceptorRefs()
Get the component identifiers of all interceptor references in the SIS.Methods in com.opencloud.slee.resources.sis.management with parameters of type InterceptorRefID Modifier and Type Method Description CompositeData
InterceptorManagementMBean. getDescriptor(InterceptorRefID interceptorRefID)
Get information about an interceptor reference in the SIS.SISComponent[]
InterceptorManagementMBean. getReferringComponents(InterceptorRefID interceptorRefID)
Get the set of components that depend on a given interceptor reference component.void
InterceptorManagementMBean. removeInterceptorRef(InterceptorRefID interceptorRefID)
Remove an interceptor reference from the SIS.void
InterceptorManagementMBean. replaceInterceptorRef(InterceptorRefID interceptorRefID, InterceptorID interceptorID)
Replace an interceptor reference in the SIS with a new reference.
-