org.mobicents.tools
Interface SimpleGlobalLoggingConfigurationMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
SimpleGlobalLoggingConfiguration

public interface SimpleGlobalLoggingConfigurationMBean
extends org.jboss.system.ServiceMBean


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.String getCurrentProfile()
           
 java.lang.String getLoggingConfiguration(java.lang.String configuration)
           
 java.util.Set<java.lang.String> listProfiles()
           
 void setLoggingConfiguration(java.lang.String configuration, java.lang.String contents)
           
 void switchLoggingConfiguration(java.lang.String newConfiguration)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getLoggingConfiguration

java.lang.String getLoggingConfiguration(java.lang.String configuration)
                                         throws java.io.IOException
Throws:
java.io.IOException

setLoggingConfiguration

void setLoggingConfiguration(java.lang.String configuration,
                             java.lang.String contents)
                             throws java.io.IOException
Throws:
java.io.IOException

switchLoggingConfiguration

void switchLoggingConfiguration(java.lang.String newConfiguration)
                                throws java.io.IOException
Throws:
java.io.IOException

listProfiles

java.util.Set<java.lang.String> listProfiles()

getCurrentProfile

java.lang.String getCurrentProfile()


Copyright © 2011. All Rights Reserved.