com.sun.common.util.logging
Interface LoggingConfig

All Known Implementing Classes:
LoggingConfigImpl

@Contract
public interface LoggingConfig

Interface for Logging Commands

Author:
Naman Mehta

Method Summary
 String createZipFile(String sourceDir)
           
 void deleteLoggingProperties(Map<String,String> properties)
           
 void deleteLoggingProperties(Map<String,String> properties, String targetConfigName)
           
 Map<String,String> getLoggingProperties()
           
 Map<String,String> getLoggingProperties(String targetServer)
           
 String setLoggingProperty(String propertyName, String propertyValue)
           
 String setLoggingProperty(String propertyName, String propertyValue, String targetServer)
           
 Map<String,String> updateLoggingProperties(Map<String,String> properties)
           
 Map<String,String> updateLoggingProperties(Map<String,String> properties, String targetServer)
           
 

Method Detail

setLoggingProperty

String setLoggingProperty(String propertyName,
                          String propertyValue)
                          throws IOException
Throws:
IOException

setLoggingProperty

String setLoggingProperty(String propertyName,
                          String propertyValue,
                          String targetServer)
                          throws IOException
Throws:
IOException

updateLoggingProperties

Map<String,String> updateLoggingProperties(Map<String,String> properties)
                                           throws IOException
Throws:
IOException

updateLoggingProperties

Map<String,String> updateLoggingProperties(Map<String,String> properties,
                                           String targetServer)
                                           throws IOException
Throws:
IOException

getLoggingProperties

Map<String,String> getLoggingProperties(String targetServer)
                                        throws IOException
Throws:
IOException

getLoggingProperties

Map<String,String> getLoggingProperties()
                                        throws IOException
Throws:
IOException

createZipFile

String createZipFile(String sourceDir)
                     throws IOException
Throws:
IOException

deleteLoggingProperties

void deleteLoggingProperties(Map<String,String> properties,
                             String targetConfigName)
                             throws IOException
Throws:
IOException

deleteLoggingProperties

void deleteLoggingProperties(Map<String,String> properties)
                             throws IOException
Throws:
IOException


Copyright © 2012 GlassFish Community. All Rights Reserved.