Class RmiRegistryFactory
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.management.RmiRegistryFactory
-
public class RmiRegistryFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description RmiRegistryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()ObjectgetObject()intgetPort()voidinit()voidsetPort(int port)
-
-
-
Method Detail
-
getPort
public int getPort()
- Returns:
- the port
-
setPort
public void setPort(int port)
- Parameters:
port- the port to set
-
init
public void init() throws RemoteException, UnknownHostException- Throws:
RemoteExceptionUnknownHostException
-
destroy
public void destroy() throws RemoteException- Throws:
RemoteException
-
-