org.jpox.management
Class ManagementCategory

java.lang.Object
  extended byorg.jpox.management.ManagementCategory
All Implemented Interfaces:
java.io.Serializable

public class ManagementCategory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static ManagementCategory DATASTORE_ERROR
          errors thrown by the datastore
static ManagementCategory DATASTORE_WARNING
          warnings thrown by the datastore
static int MANAGEMENT_CATEGORY_TOTAL
           
 
Method Summary
 int getType()
          Accessor for the type of the category
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGEMENT_CATEGORY_TOTAL

public static final int MANAGEMENT_CATEGORY_TOTAL
See Also:
Constant Field Values

DATASTORE_ERROR

public static final ManagementCategory DATASTORE_ERROR
errors thrown by the datastore


DATASTORE_WARNING

public static final ManagementCategory DATASTORE_WARNING
warnings thrown by the datastore

Method Detail

getType

public int getType()
Accessor for the type of the category

Returns:
an index number to the category


Copyright © -2007 . All Rights Reserved.