Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.test.suite.tckwrapper
Interface SleeTCKPluginWrapperMBean  view SleeTCKPluginWrapperMBean download SleeTCKPluginWrapperMBean.java

All Superinterfaces:
javax.management.MBeanRegistration, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
SleeTCKPluginWrapper

public interface SleeTCKPluginWrapperMBean
extends org.jboss.system.ServiceMBean, javax.management.MBeanRegistration

The Standard MBean interface, which makes visible to the MBeans server all methods that should be.


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, STARTED, STARTING, states, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 int getRMIRegistryPort()
           
 java.lang.String getSleeProviderImpl()
           
 java.lang.String getTCKPluginClassName()
           
 java.lang.String getTCKPluginMBeanObjectName()
           
 void setRMIRegistryPort(int port)
           
 void setSleeProviderImpl(java.lang.String provider)
           
 void setTCKPluginClassName(java.lang.String newClName)
           
 void setTCKPluginMBeanObjectName(java.lang.String newMBObjectName)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 

Method Detail

setTCKPluginClassName

public void setTCKPluginClassName(java.lang.String newClName)

getTCKPluginClassName

public java.lang.String getTCKPluginClassName()

setRMIRegistryPort

public void setRMIRegistryPort(int port)

getRMIRegistryPort

public int getRMIRegistryPort()

setSleeProviderImpl

public void setSleeProviderImpl(java.lang.String provider)

getSleeProviderImpl

public java.lang.String getSleeProviderImpl()

setTCKPluginMBeanObjectName

public void setTCKPluginMBeanObjectName(java.lang.String newMBObjectName)

getTCKPluginMBeanObjectName

public java.lang.String getTCKPluginMBeanObjectName()