public class StandaloneNamingServer extends Object implements org.hornetq.core.server.HornetQComponent
Constructor and Description |
---|
StandaloneNamingServer(org.hornetq.core.server.HornetQServer server) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStarted() |
void |
setBindAddress(String bindAddress) |
void |
setPort(int port) |
void |
setRmiBindAddress(String rmiBindAddress) |
void |
setRmiPort(int rmiPort) |
void |
start() |
void |
stop() |
public StandaloneNamingServer(org.hornetq.core.server.HornetQServer server)
public void start() throws Exception
start
in interface org.hornetq.core.server.HornetQComponent
Exception
public void stop() throws Exception
stop
in interface org.hornetq.core.server.HornetQComponent
Exception
public boolean isStarted()
isStarted
in interface org.hornetq.core.server.HornetQComponent
public void setPort(int port)
public void setBindAddress(String bindAddress)
public void setRmiPort(int rmiPort)
public void setRmiBindAddress(String rmiBindAddress)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.