Uses of Class
portal.services.registry.RegistryException

Packages that use RegistryException
portal.core.login.simple   
portal.security.sp.ldap   
portal.security.sp.simple   
portal.services.monitor.sp   
portal.services.registry   
portal.services.registry.sp   
portal.services.velocity.sp   
 

Uses of RegistryException in portal.core.login.simple
 

Methods in portal.core.login.simple that throw RegistryException
static java.lang.String SimpleLoginConstants.getSimpleLoginClientTemplate()
           
 

Constructors in portal.core.login.simple that throw RegistryException
SimpleLoginUI()
           
 

Uses of RegistryException in portal.security.sp.ldap
 

Methods in portal.security.sp.ldap that throw RegistryException
 void LdapSecurityServiceController.reload()
           
 void LdapSecurityServiceController.start()
           
 void LdapSecurityServiceController.stop()
           
 

Uses of RegistryException in portal.security.sp.simple
 

Methods in portal.security.sp.simple that throw RegistryException
 void SimpleSecurityServiceController.reload()
           
 void SimpleSecurityServiceController.start()
           
 void SimpleSecurityServiceController.stop()
           
 

Uses of RegistryException in portal.services.monitor.sp
 

Methods in portal.services.monitor.sp that throw RegistryException
 void MonitorServiceController.reload()
           
 void MonitorServiceController.start()
           
 void MonitorServiceController.stop()
           
 

Uses of RegistryException in portal.services.registry
 

Subclasses of RegistryException in portal.services.registry
 class TypeMismatchException
          An exception indicating a type mismatch.
 

Methods in portal.services.registry that throw RegistryException
 java.lang.Object LongKey.getValue()
           
 java.lang.Long LongKey.getLong()
           
static java.lang.Long LongKey.getValue(java.lang.String name)
           
 java.lang.Object StringKey.getValue()
           
 java.lang.String StringKey.getString()
           
static java.lang.String StringKey.getValue(java.lang.String name)
           
 java.lang.Object RegistryKey.getValue()
           
 java.lang.Object BooleanKey.getValue()
           
 java.lang.Boolean BooleanKey.getBoolean()
           
static java.lang.Boolean BooleanKey.getValue(java.lang.String name)
           
 RegistryKey IRegistry.getRegistryKey(java.lang.String name)
           
 java.lang.Object IntegerKey.getValue()
           
 java.lang.Integer IntegerKey.getInteger()
           
static java.lang.Integer IntegerKey.getValue(java.lang.String name)
           
 

Constructors in portal.services.registry that throw RegistryException
StringKey(java.lang.String value)
           
 

Uses of RegistryException in portal.services.registry.sp
 

Methods in portal.services.registry.sp that throw RegistryException
 java.util.Hashtable RegistryFile.loadRegistry()
           
 boolean RegistryFile.isModified()
           
 RegistryKey FileRegistry.getRegistryKey(java.lang.String name)
           
 void RegistryController.init(IServiceConfig serviceConfig)
           
 void RegistryController.reload()
           
 void RegistryController.start()
           
 void RegistryController.stop()
           
static RegistryKey RegistryKeyFactory.createRegistryKey(java.lang.String type, java.lang.String value)
           
 

Constructors in portal.services.registry.sp that throw RegistryException
FileRegistry(RegistryFile registryFile)
           
 

Uses of RegistryException in portal.services.velocity.sp
 

Methods in portal.services.velocity.sp that throw RegistryException
 void VelocityServiceController.reload()
           
 void VelocityServiceController.start()
           
 void VelocityServiceController.stop()