soaprmi.registry
Class LocateRegistry
java.lang.Object
soaprmi.registry.LocateRegistry
- public final class LocateRegistry
- extends java.lang.Object
- Version:
- $Revision: 1.5 $ $Author: aslom $
$Date: 2003/04/06 00:04:12 $ (GMT)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_REGISTRY_PORT
public static final int DEFAULT_REGISTRY_PORT
- See Also:
- Constant Field Values
DEFAULT_SECURE_REGISTRY_PORT
public static final int DEFAULT_SECURE_REGISTRY_PORT
- See Also:
- Constant Field Values
LocateRegistry
public LocateRegistry()
getRegistry
public static Registry getRegistry()
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(int port)
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(java.lang.String host,
int port)
throws RemoteException
- Throws:
RemoteException
getSecureRegistry
public static Registry getSecureRegistry(java.lang.String host,
int port)
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(java.lang.String host,
int port,
boolean secure)
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(java.lang.String registryUrl,
Services services)
throws RemoteException
- Throws:
RemoteException
createRegistry
public static Registry createRegistry(int port)
throws RemoteException
- Throws:
RemoteException
createSecureRegistry
public static Registry createSecureRegistry(int port)
throws RemoteException
- Throws:
RemoteException
createRegistry
public static Registry createRegistry(int port,
Services services)
throws RemoteException
- Throws:
RemoteException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.