Uses of Class
org.globus.ogsa.core.logging.UnableToPersistFaultElement

Packages that use UnableToPersistFaultElement
org.globus.ogsa.core.logging   
org.globus.ogsa.core.logging.bindings   
org.globus.ogsa.impl.core.logging   
 

Uses of UnableToPersistFaultElement in org.globus.ogsa.core.logging
 

Methods in org.globus.ogsa.core.logging that throw UnableToPersistFaultElement
 void OgsiLoggingPortType.setPersistentAttribute(LogAttributeElement aLogAttributeElement)
           
 void OgsiLoggingPortType.removePersistentAttribute(java.lang.String name)
           
 void OgsiLoggingPortType.saveTransientAttributes()
           
 void OgsiLoggingPortType.loadPersistentAttributes()
           
 void OgsiLoggingPortType.changeGroupPersistentAttribute(GroupLogAttribute gla)
           
 

Uses of UnableToPersistFaultElement in org.globus.ogsa.core.logging.bindings
 

Methods in org.globus.ogsa.core.logging.bindings that throw UnableToPersistFaultElement
 void OgsiLoggingSOAPBindingStub.setPersistentAttribute(LogAttributeElement aLogAttributeElement)
           
 void OgsiLoggingSOAPBindingStub.removePersistentAttribute(java.lang.String name)
           
 void OgsiLoggingSOAPBindingStub.loadPersistentAttributes()
           
 void OgsiLoggingSOAPBindingStub.saveTransientAttributes()
           
 void OgsiLoggingSOAPBindingStub.changeGroupPersistentAttribute(GroupLogAttribute gla)
           
 

Uses of UnableToPersistFaultElement in org.globus.ogsa.impl.core.logging
 

Methods in org.globus.ogsa.impl.core.logging that throw UnableToPersistFaultElement
 void OgsiLogging.setPersistentAttribute(LogAttributeElement aLogAttributeElement)
          setPersistentAttribute - impacts saved config file only
 void OgsiLogging.removePersistentAttribute(java.lang.String name)
          removePersistentAttribute
 void OgsiLogging.changeGroupPersistentAttribute(GroupLogAttribute gla)
          changeGroupPersistentAttribute - group set operation, against config store
 void OgsiLogging.saveTransientAttributes()
          saveTransientAttributes() - will reflect runtime cache back to the config file-asis, whole
 void OgsiLogging.loadPersistentAttributes()
          loadPersistentAttributes() - will update runtime cache from the config file-asis, whole
 void OGSALogFactory.saveRuntime()
          Save boot properties file as directed by Location key in bundle
 void OGSALogFactory.loadAttributes()
          setup attribute cache form ogsilogging.properties file
static java.lang.String OGSALogFactory.getDefaultFileName()
          Get name of default logfile if it exists- helper method
 void OGSALogFactory.setAttributeConfig(java.lang.String aName, java.lang.Object aValue)
          Set configuration attribute.-bypass runtime cache, mod config file only
 java.lang.Object OGSALogFactory.getAttributeConfig(java.lang.String aName)
          get configuration attribute.-bypass runtime cache, read config file only
 boolean OGSALogFactory.hasAttributeConfig(java.lang.String aName)
          hasAttributeConfig(String)
 void OGSALogFactory.removeAttributeConfig(java.lang.String aName)
          Remove a configuration attribute.
 java.lang.String[] OGSALogFactory.getAttributeNamesConfig()
          getAttributeNames()
 



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.