edu.mit.stellar.directory.impl
Class Nexus

java.lang.Object
  extended byedu.mit.stellar.directory.impl.Nexus
All Implemented Interfaces:
edu.mit.stellar.directory.Nexus

public class Nexus
extends java.lang.Object
implements edu.mit.stellar.directory.Nexus

Author:
ccount

Constructor Summary
Nexus()
           
 
Method Summary
 java.util.Locale[] getAvailableLocales()
           
 java.lang.String getDescription()
           
 java.util.Locale getLocale()
           
 java.lang.String getName()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.util.Map getPropertyMap()
           
 java.util.Enumeration getPropertyNames()
           
 java.lang.String[] getPropertyValues(java.lang.String name)
           
 java.lang.String getTitle()
           
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nexus

public Nexus()
Method Detail

getAvailableLocales

public java.util.Locale[] getAvailableLocales()
Specified by:
getAvailableLocales in interface edu.mit.stellar.directory.Nexus

setLocale

public void setLocale(java.util.Locale locale)
Specified by:
setLocale in interface edu.mit.stellar.directory.Nexus

getLocale

public java.util.Locale getLocale()
Specified by:
getLocale in interface edu.mit.stellar.directory.Nexus

getProperty

public java.lang.String getProperty(java.lang.String name)
Specified by:
getProperty in interface edu.mit.stellar.directory.Nexus

getPropertyValues

public java.lang.String[] getPropertyValues(java.lang.String name)
Specified by:
getPropertyValues in interface edu.mit.stellar.directory.Nexus

getPropertyMap

public java.util.Map getPropertyMap()
Specified by:
getPropertyMap in interface edu.mit.stellar.directory.Nexus

getPropertyNames

public java.util.Enumeration getPropertyNames()
Specified by:
getPropertyNames in interface edu.mit.stellar.directory.Nexus

getName

public java.lang.String getName()
Specified by:
getName in interface edu.mit.stellar.directory.Nexus

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface edu.mit.stellar.directory.Nexus

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface edu.mit.stellar.directory.Nexus


Copyright 2006-2006 MIT AMPS. All Rights Reserved.