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

AdminObjectMBean (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.deployment
Interface AdminObjectMBean

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

public interface AdminObjectMBean
extends org.jboss.system.ServiceMBean

MBean interface.


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
 String getJNDIName()
          Get the jndi name
 Properties getProperties()
          Get the properties
 javax.management.ObjectName getRARName()
          Get the rar name
 String getType()
          Get the interface type
 void setJNDIName(String jndiName)
          Set the jndi name
 void setProperties(Properties properties)
          Set the properties
 void setRARName(javax.management.ObjectName rarName)
          Set the rar name
 void setType(String type)
          Set the interface type
 
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

getJNDIName

public String getJNDIName()
Get the jndi name

Returns:
the jndi name

setJNDIName

public void setJNDIName(String jndiName)
Set the jndi name

Parameters:
jndiName - the jndi name

getProperties

public Properties getProperties()
Get the properties

Returns:
the properties

setProperties

public void setProperties(Properties properties)
Set the properties

Parameters:
properties - the properties

getRARName

public javax.management.ObjectName getRARName()
Get the rar name

Returns:
the rar name

setRARName

public void setRARName(javax.management.ObjectName rarName)
Set the rar name

Parameters:
rarName - the rar name

getType

public String getType()
Get the interface type

Returns:
the interface type

setType

public void setType(String type)
Set the interface type

Parameters:
type - the interface type


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