org.apache.karaf.management
Class RmiRegistryFactory
java.lang.Object
org.apache.karaf.management.RmiRegistryFactory
public class RmiRegistryFactory
- extends java.lang.Object
- Author:
- gnodet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmiRegistryFactory
public RmiRegistryFactory()
isCreate
public boolean isCreate()
- Returns:
- the create
setCreate
public void setCreate(boolean create)
- Parameters:
create
- the create to set
isLocate
public boolean isLocate()
- Returns:
- the locate
setLocate
public void setLocate(boolean locate)
- Parameters:
locate
- the locate to set
getPort
public int getPort()
- Returns:
- the port
setPort
public void setPort(int port)
- Parameters:
port
- the port to set
getObject
public java.lang.Object getObject()
throws Exception
- Throws:
Exception
init
public void init()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
destroy
public void destroy()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.