org.jboss.jmx.examples.configuration
Interface SampleMBeanConfiguratorMBean

All Superinterfaces:
MBeanConfiguratorSupportMBean, Service, ServiceMBean
All Known Implementing Classes:
SampleMBeanConfigurator

public interface SampleMBeanConfiguratorMBean
extends MBeanConfiguratorSupportMBean

StandardMBean interface for SampleMBeanConfigurator.

Version:
$Revision: 85945 $
Author:
Brian Stansberry

Field Summary
 
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
 ObjectName getSampleServiceObjectName()
           
 void setSampleServiceObjectName(ObjectName sampleServiceObjectName)
           
 
Methods inherited from interface org.jboss.jmx.examples.configuration.MBeanConfiguratorSupportMBean
getServiceBindingManager, setServiceBindingManager
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getSampleServiceObjectName

ObjectName getSampleServiceObjectName()

setSampleServiceObjectName

void setSampleServiceObjectName(ObjectName sampleServiceObjectName)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.