当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
SharedInterceptor (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.interceptor
Interface SharedInterceptor
- All Superinterfaces:
- Interceptor, MBeanRegistration
- All Known Implementing Classes:
- AbstractSharedInterceptor
- public interface SharedInterceptor
- extends Interceptor, MBeanRegistration
- Version:
- $Revision: 1.5 $
- Author:
- Juha Lindfors.
getObjectName
public ObjectName getObjectName()
- Returns the object name of this shared interceptor.
- Returns:
- interceptor's object name
getMBeanServer
public MBeanServer getMBeanServer()
- Returns the interceptor's view to the MBean server it has been
registered to.
- Returns:
- interceptor's view to its MBean server
register
public ObjectName register(MBeanServer server)
throws InterceptorNameConflictException
- Registers this interceptor to the given MBean server.
- Parameters:
server
- MBean server
- Returns:
- the object name of the registered interceptor
- Throws:
InterceptorNameConflictException
- if an interceptor was already
registered to the given server
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.