org.universAAL.ri.wsdlToolkit.parser
Class StdOutErrLevel

Package class diagram package StdOutErrLevel
java.lang.Object
  extended by java.util.logging.Level
      extended by org.universAAL.ri.wsdlToolkit.parser.StdOutErrLevel
All Implemented Interfaces:
Serializable

public class StdOutErrLevel
extends Level

See Also:
Serialized Form

Field Summary
static Level STDERR
          Level for STDERR activity
static Level STDOUT
          Level for STDOUT activity.
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Method Summary
protected  Object readResolve()
          Method to avoid creating duplicate instances when deserializing the object.
 
Methods inherited from class java.util.logging.Level
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STDOUT

public static Level STDOUT
Level for STDOUT activity.


STDERR

public static Level STDERR
Level for STDERR activity

Method Detail

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Method to avoid creating duplicate instances when deserializing the object.

Returns:
the singleton instance of this Level value in this classloader
Throws:
ObjectStreamException - If unable to deserialize


Copyright © 2014 universAAL Consortium. All Rights Reserved.