org.jboss.mx.remoting.service
Interface JMXConnectorServerServiceMBean
- All Superinterfaces:
- MBeanRegistration
- All Known Implementing Classes:
- JMXConnectorServerService
public interface JMXConnectorServerServiceMBean
- extends MBeanRegistration
- Author:
- Tom Elrod, Dimitris Andreadis
create
void create()
throws Exception
- Throws:
Exception
start
void start()
throws Exception
- Throws:
Exception
stop
void stop()
throws IOException
- Throws:
IOException
destroy
void destroy()
setRegistryPort
void setRegistryPort(int registryPort)
getRegistryPort
int getRegistryPort()
setBindAddress
void setBindAddress(String bindAddress)
throws UnknownHostException
- Throws:
UnknownHostException
getBindAddress
String getBindAddress()
getJndiPath
String getJndiPath()
setJndiPath
void setJndiPath(String jndiPath)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.