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

Method Summary
 void create()
           
 void destroy()
           
 String getBindAddress()
           
 String getJndiPath()
           
 int getRegistryPort()
           
 void setBindAddress(String bindAddress)
           
 void setJndiPath(String jndiPath)
           
 void setRegistryPort(int registryPort)
           
 void start()
           
 void stop()
           
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 

Method Detail

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.