com.cafesoft.cams.service.rmi
Interface RMIRegistryService

All Superinterfaces:
Debuggable, Service

public interface RMIRegistryService
extends Service

This service is responsible for holding a reference to the global RMI registry.

Since:
08/02/05

Field Summary
static String SERVICE_ID
          The service id of the RMIRegistryService
 
Method Summary
 Registry getRegistry()
          Get a reference to the RMI registry.
 String getRegistryHost()
          Get the host of the RMI registry.
 int getRegistryPort()
          Get the port of the RMI registry.
 
Methods inherited from interface com.cafesoft.core.service.Service
destroy, getServiceConfig, initialize
 
Methods inherited from interface com.cafesoft.core.util.Debuggable
setDebug
 

Field Detail

SERVICE_ID

public static final String SERVICE_ID
The service id of the RMIRegistryService

Since:
1.0
See Also:
Constant Field Values
Method Detail

getRegistry

public Registry getRegistry()
                     throws ServiceException
Get a reference to the RMI registry.

Returns:
a reference to the RMI registry.
Throws:
ServiceException - if an error occurs getting the Registry.
Since:
1.0

getRegistryHost

public String getRegistryHost()
Get the host of the RMI registry.

Returns:
the host of the RMI registry.
Since:
1.0

getRegistryPort

public int getRegistryPort()
Get the port of the RMI registry.

Returns:
the port that the RMI registry.
Since:
1.0


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.