org.mobicents.slee.test.suite.tckwrapper
Interface SleeTCKPluginWrapperMBean

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.

Author:
Ivelin Ivanov

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
 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, jbossInternalLifecycle
 
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

void setTCKPluginClassName(java.lang.String newClName)

getTCKPluginClassName

java.lang.String getTCKPluginClassName()

setRMIRegistryPort

void setRMIRegistryPort(int port)

getRMIRegistryPort

int getRMIRegistryPort()

setSleeProviderImpl

void setSleeProviderImpl(java.lang.String provider)

getSleeProviderImpl

java.lang.String getSleeProviderImpl()

setTCKPluginMBeanObjectName

void setTCKPluginMBeanObjectName(java.lang.String newMBObjectName)

getTCKPluginMBeanObjectName

java.lang.String getTCKPluginMBeanObjectName()


Copyright © 2009. All Rights Reserved.