com.sun.idm.logging.syslog
Class Component

java.lang.Object
  extended bycom.sun.idm.logging.syslog.Component

public class Component
extends java.lang.Object

Enumerates known system components for use in Syslog.


Field Summary
static Component ACTIVESYNC
          A constant for the ActiveSync component
static java.lang.String code_id
           
static Component DEFERRED_TASK
          A constant for the Deferred Task Scanner component
static Component LOGGING
          A constant for the Logging component
static Component PROVISIONER
          A constant for the Provisioner component
static Component RECONCILER
          A constant for the Reconciliation component
static Component SCHEDULER
          A constant for the Task Scheduler component
static Component SERVER
          A constant for the "catch-all" Server component
static Component SPE_SYNC
          A constant for the SPE Sync component
 
Method Summary
static Component getComponent(java.lang.String key)
           
static java.util.List getComponentValueMap()
          Get a value map, sutiable for select and mulitselect form components.
 java.lang.String getDBKey()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

PROVISIONER

public static final Component PROVISIONER
A constant for the Provisioner component


SCHEDULER

public static final Component SCHEDULER
A constant for the Task Scheduler component


RECONCILER

public static final Component RECONCILER
A constant for the Reconciliation component


LOGGING

public static final Component LOGGING
A constant for the Logging component


DEFERRED_TASK

public static final Component DEFERRED_TASK
A constant for the Deferred Task Scanner component


ACTIVESYNC

public static final Component ACTIVESYNC
A constant for the ActiveSync component


SPE_SYNC

public static final Component SPE_SYNC
A constant for the SPE Sync component


SERVER

public static final Component SERVER
A constant for the "catch-all" Server component

Method Detail

getName

public java.lang.String getName()
Returns:
the component name

getDBKey

public java.lang.String getDBKey()
Returns:
the DB key for the component

getComponent

public static Component getComponent(java.lang.String key)

getComponentValueMap

public static java.util.List getComponentValueMap()
Get a value map, sutiable for select and mulitselect form components.

Returns:
a List of all known components in value map format.