org.apache.karaf.management
Class RmiRegistryFactory

java.lang.Object
  extended by org.apache.karaf.management.RmiRegistryFactory

public class RmiRegistryFactory
extends java.lang.Object

Author:
gnodet

Constructor Summary
RmiRegistryFactory()
           
 
Method Summary
 void destroy()
           
 java.lang.Object getObject()
           
 int getPort()
           
 void init()
           
 boolean isCreate()
           
 boolean isLocate()
           
 void setCreate(boolean create)
           
 void setLocate(boolean locate)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiRegistryFactory

public RmiRegistryFactory()
Method Detail

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.