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.

Version:
$Revision: 1.1.6.4 $
Author:
Adrian Brock

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

static final javax.management.ObjectName OBJECT_NAME
Method Detail

getJNDIName

String getJNDIName()
Get the jndi name

Returns:
the jndi name

setJNDIName

void setJNDIName(String jndiName)
Set the jndi name

Parameters:
jndiName - the jndi name

getProperties

Properties getProperties()
Get the properties

Returns:
the properties

setProperties

void setProperties(Properties properties)
Set the properties

Parameters:
properties - the properties

getRARName

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

Returns:
the rar name

setRARName

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

Parameters:
rarName - the rar name

getType

String getType()
Get the interface type

Returns:
the interface type

setType

void setType(String type)
Set the interface type

Parameters:
type - the interface type


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