站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

SecurityManagerMBean (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq.security
Interface SecurityManagerMBean

All Superinterfaces:
InterceptorMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
SecurityManager

public interface SecurityManagerMBean
extends InterceptorMBean

MBean interface for security manager.

Version:
$Revision: 1.7 $
Author:
Peter Antman

Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 void addDestination(String jndi, Element conf)
           
 void addDestination(String jndi, String conf)
           
 Element getDefaultSecurityConfig()
           
 String getSecurityDomain()
           
 void removeDestination(String jndi)
           
 void setDefaultSecurityConfig(Element conf)
           
 void setSecurityDomain(String securityDomain)
           
 
Methods inherited from interface org.jboss.mq.server.jmx.InterceptorMBean
getInterceptor, getNextInterceptor, setNextInterceptor
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final javax.management.ObjectName OBJECT_NAME
Method Detail

getDefaultSecurityConfig

public Element getDefaultSecurityConfig()

setDefaultSecurityConfig

public void setDefaultSecurityConfig(Element conf)
                              throws Exception
Throws:
Exception

getSecurityDomain

public String getSecurityDomain()

setSecurityDomain

public void setSecurityDomain(String securityDomain)

addDestination

public void addDestination(String jndi,
                           String conf)
                    throws Exception
Throws:
Exception

addDestination

public void addDestination(String jndi,
                           Element conf)
                    throws Exception
Throws:
Exception

removeDestination

public void removeDestination(String jndi)
                       throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.