Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisid.AttrSvcInitializedException

Packages that use AttrSvcInitializedException
org.openliberty.arisid   
org.openliberty.arisid.protocol.ldap   
org.openliberty.arisidbeans   
 

Uses of AttrSvcInitializedException in org.openliberty.arisid
 

Methods in org.openliberty.arisid that throw AttrSvcInitializedException
 void ArisIdService.close()
          Method to close the attribute service.
 void ArisIdService.initialize()
          Initializes the attribute service and freezes the CARML declaration.
static ArisIdService ArisIdServiceFactory.parseCarmlOnly(java.net.URI carmlDoc)
          Method used to instantiate an ArisIdService for the purpose of Carml declaration parsing only.
 

Uses of AttrSvcInitializedException in org.openliberty.arisid.protocol.ldap
 

Methods in org.openliberty.arisid.protocol.ldap that throw AttrSvcInitializedException
 void PrivacyControl.loadCarmlDoc(java.net.URI localUri)
          This is a convenience method intended for servers/proxies that need to instantiate a CarmlDoc object.
 

Uses of AttrSvcInitializedException in org.openliberty.arisidbeans
 

Constructors in org.openliberty.arisidbeans that throw AttrSvcInitializedException
BeanGenerator(java.lang.String packageName, java.lang.String outputDir, java.lang.String objRelationFile, java.lang.String carmlFile, boolean genMapFile)
           
CarmlParser(java.lang.String carmlFile, java.lang.String defaultEntityName)
           
 


OpenLiberty.org - Licensed under Apache APL 2.0