things.universe
Interface UniverseServer

All Known Implementing Classes:
UniverseLocalServer

public interface UniverseServer

Universe server interface.

Version:
1.0 Version History
EPG - New - 24 NOV 04
Author:
Erich P. Gatejen

Method Summary
 Universe getAccessor()
          Manufacture an accessor to a universe.
 Clearance getClearance()
          Get the required clearance.
 UniverseID getID()
          Return the ID of this Universe.
 

Method Detail

getAccessor

Universe getAccessor()
                     throws UniverseException
Manufacture an accessor to a universe.

Returns:
a Universe
Throws:
UniverseException

getID

UniverseID getID()
Return the ID of this Universe.

Returns:
UniverseID of this universe

getClearance

Clearance getClearance()
Get the required clearance.

Returns:
the Clearance.
See Also:
Clearance


Things.