com.sun.jini.logging
Class Levels.LevelData

java.lang.Object
  extended by com.sun.jini.logging.Levels.LevelData
All Implemented Interfaces:
Serializable
Enclosing class:
Levels

private static final class Levels.LevelData
extends Object
implements Serializable

Defines a class that has the same data format as the Level class, to permit creating the serialized form of a Level instance.


Field Summary
private  String name
           
private  String resourceBundleName
           
private static long serialVersionUID
           
private  int value
           
 
Constructor Summary
Levels.LevelData(String name, int value, String resourceBundleName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

private final String name

value

private final int value

resourceBundleName

private final String resourceBundleName
Constructor Detail

Levels.LevelData

Levels.LevelData(String name,
                 int value,
                 String resourceBundleName)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.