org.jdiameter.client.impl.helpers
Class Loggers

java.lang.Object
  extended by org.jdiameter.client.impl.helpers.Ordinal
      extended by org.jdiameter.client.impl.helpers.Loggers
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Loggers

public class Loggers
extends Ordinal

This enumeration containce all logger usage in JDiameter stack implementation

See Also:
Serialized Form

Field Summary
static Loggers AVP
          Logs the avp opetations processing
static Loggers FSM
          Logs the peers fsm
protected static int index
           
static Loggers Message
          Logs the message opetations/lifecycle processing
static Loggers Parser
          Logs the message parser
static Loggers Peer
          Logs the peers
static Loggers PeerTable
          Logs the peer manager subsystem
static Loggers Router
          Logs the message router subsystem
static Loggers Stack
          Logs the stack lifecycle
static Loggers Transport
          Logs the transport(tcp) opetations processing
 
Fields inherited from class org.jdiameter.client.impl.helpers.Ordinal
name, ordinal
 
Constructor Summary
protected Loggers(java.lang.String name, java.lang.String fullName, java.lang.String desc)
           
 
Method Summary
 java.lang.String description()
          Return description of logger
 java.lang.String fullName()
          Return full name of logger
 java.util.logging.Logger logger()
          Return logger instance
static java.lang.Iterable<Loggers> values()
          Return Iterator of all entries
 
Methods inherited from class org.jdiameter.client.impl.helpers.Ordinal
name, ordinal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected static int index

Stack

public static final Loggers Stack
Logs the stack lifecycle


Peer

public static final Loggers Peer
Logs the peers


PeerTable

public static final Loggers PeerTable
Logs the peer manager subsystem


FSM

public static final Loggers FSM
Logs the peers fsm


Parser

public static final Loggers Parser
Logs the message parser


AVP

public static final Loggers AVP
Logs the avp opetations processing


Message

public static final Loggers Message
Logs the message opetations/lifecycle processing


Router

public static final Loggers Router
Logs the message router subsystem


Transport

public static final Loggers Transport
Logs the transport(tcp) opetations processing

Constructor Detail

Loggers

protected Loggers(java.lang.String name,
                  java.lang.String fullName,
                  java.lang.String desc)
Method Detail

values

public static java.lang.Iterable<Loggers> values()
Return Iterator of all entries

Returns:
Iterator of all entries

fullName

public java.lang.String fullName()
Return full name of logger

Returns:
full name of logger

description

public java.lang.String description()
Return description of logger

Returns:
description of logger

logger

public java.util.logging.Logger logger()
Return logger instance

Returns:
logger instance


Copyright © 2008. All Rights Reserved.