edu.mit.stellar.directory
Interface NexusFactory


public interface NexusFactory

A class implementing the NexusFactory interface is a factory for objects implementing the Nexus interface.

See Also:
Nexus

Method Summary
 Nexus getNexus(java.lang.String nexusUuid)
          Returns an object implementing the Nexus interface, for accessing information about the Nexus identified by the given UUID, using the default locale.
 Nexus getNexus(java.lang.String nexusUuid, java.util.Locale locale)
          Returns an object implementing the Nexus interface, for accessing information about the Nexus identified by the given UUID, with strings returned in the specified locale when possible.
 

Method Detail

getNexus

public Nexus getNexus(java.lang.String nexusUuid)
Returns an object implementing the Nexus interface, for accessing information about the Nexus identified by the given UUID, using the default locale.

Parameters:
nexusUuid - - a String containing the UUID of the Nexus (site, context) whose information is to be requested
Returns:
an object implementing the Nexus interface
See Also:
Nexus

getNexus

public Nexus getNexus(java.lang.String nexusUuid,
                      java.util.Locale locale)
Returns an object implementing the Nexus interface, for accessing information about the Nexus identified by the given UUID, with strings returned in the specified locale when possible.

Parameters:
nexusUuid - - a String containing the UUID of the Nexus (site, context) whose information is to be requested
locale - - the locale which is to be used for localization of properties returned.
Returns:
an object implementing the Nexus interface
See Also:
Nexus


Copyright 2006-2006 MIT AMPS. All Rights Reserved.