org.kaariboga.plugins.domainPlugIn
Class DomainService

java.lang.Object
  |
  +--org.kaariboga.plugins.domainPlugIn.DomainService
All Implemented Interfaces:
java.io.Serializable

public class DomainService
extends java.lang.Object
implements java.io.Serializable

Service class that is provided by the plug-in. This is a simple service to determine other servers in a domain.

See Also:
Serialized Form

Field Summary
protected  DomainPlugIn parent
           
 
Constructor Summary
DomainService(DomainPlugIn par)
           
 
Method Summary
 java.util.Hashtable getServers()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

protected DomainPlugIn parent
Constructor Detail

DomainService

public DomainService(DomainPlugIn par)
Method Detail

getServers

public java.util.Hashtable getServers()
Returns:
A hashtable containing server names and KaaribogaAddresses. Each address identifies a server in the domain.