Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
com.opencloud.slee.resources.sis.management.ant |
Modifier and Type | Method and Description |
---|---|
InterceptorID[] |
InterceptorManagementMBean.getInterceptors()
Get the identifiers of all interceptor components installed in the SIS.
|
InterceptorID |
InterceptorManagementMBean.install(byte[] content)
Installs an interceptor component into the SIS.
|
InterceptorID |
InterceptorManagementMBean.install(String url)
Installs an interceptor component into the SIS.
|
InterceptorID |
InterceptorManagementMBean.replace(byte[] content)
Replaces an interceptor component in the SIS.
|
InterceptorID |
InterceptorManagementMBean.replace(String url)
Replaces an interceptor component in the SIS.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptorManagementMBean.createInterceptorRef(String name,
InterceptorID interceptorID)
Create an interceptor reference in the SIS.
|
Object[] |
InterceptorManagementMBean.getDependencies(InterceptorID id)
Get the set of components that a given interceptor component depends on.
|
String |
InterceptorManagementMBean.getInterceptor(InterceptorID id)
Retrieves the XML form of the interceptor component
|
SISComponent[] |
InterceptorManagementMBean.getReferringComponents(InterceptorID id)
Get the set of components that depend on a given interceptor component.
|
boolean |
InterceptorManagementMBean.isInstalled(InterceptorID id)
Determine whether an interceptor component is installed in the SIS.
|
void |
InterceptorManagementMBean.replaceInterceptorRef(InterceptorRefID interceptorRefID,
InterceptorID interceptorID)
Replace an interceptor reference in the SIS with a new reference.
|
void |
InterceptorManagementMBean.uninstall(InterceptorID id)
Uninstall an interceptor component from the SIS.
|
Modifier and Type | Method and Description |
---|---|
InterceptorID |
InterceptorComponentElement.toComponentID() |