public class RmiRegistryFactory extends Object
| Constructor and Description | 
|---|
RmiRegistryFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()  | 
String | 
getHost()  | 
Object | 
getObject()  | 
int | 
getPort()  | 
void | 
init()  | 
boolean | 
isCreate()  | 
boolean | 
isLocate()  | 
void | 
setCreate(boolean create)  | 
void | 
setHost(String host)  | 
void | 
setLocate(boolean locate)  | 
void | 
setPort(int port)  | 
public boolean isCreate()
public void setCreate(boolean create)
create - the create to setpublic boolean isLocate()
public void setLocate(boolean locate)
locate - the locate to setpublic int getPort()
public void setPort(int port)
port - the port to setpublic String getHost()
public void setHost(String host)
public void init()
          throws RemoteException,
                 UnknownHostException
RemoteExceptionUnknownHostExceptionpublic void destroy()
             throws RemoteException
RemoteExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.