org.apache.felix.jmood.utils
Class OSGiTypes
java.lang.Object
org.apache.felix.jmood.utils.OSGiTypes
public class OSGiTypes
- extends java.lang.Object
This class defines open types in a static way for the management agent. An open type instance defines the structure of an open data.
For more information on open types and open data see jmx specification.
Field Summary |
static javax.management.openmbean.CompositeType |
AUTHORIZATION
|
static javax.management.openmbean.CompositeType |
BUNDLEEVENT
|
protected static javax.management.openmbean.OpenType[] |
DICTIONARYITEMTYPES
|
static javax.management.openmbean.CompositeType |
EXCEPTION
|
static javax.management.openmbean.CompositeType |
FRAMEWORKEVENT
|
static javax.management.openmbean.CompositeType |
GROUP
|
static javax.management.openmbean.CompositeType |
LOGENTRY
|
static javax.management.openmbean.CompositeType |
ROLE
|
static javax.management.openmbean.CompositeType |
ROLEPROPERTIES
|
static javax.management.openmbean.CompositeType |
SERVICE
|
static javax.management.openmbean.CompositeType |
SERVICEEVENT
|
static javax.management.openmbean.CompositeType |
STACKTRACE_ELEMENT
|
static javax.management.openmbean.CompositeType |
USER
|
static javax.management.openmbean.CompositeType |
USERADMINEVENT
|
static javax.management.openmbean.CompositeType |
USERCREDENTIALS
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USER
public static final javax.management.openmbean.CompositeType USER
ROLE
public static final javax.management.openmbean.CompositeType ROLE
GROUP
public static final javax.management.openmbean.CompositeType GROUP
USERADMINEVENT
public static final javax.management.openmbean.CompositeType USERADMINEVENT
AUTHORIZATION
public static final javax.management.openmbean.CompositeType AUTHORIZATION
LOGENTRY
public static final javax.management.openmbean.CompositeType LOGENTRY
ROLEPROPERTIES
public static final javax.management.openmbean.CompositeType ROLEPROPERTIES
USERCREDENTIALS
public static final javax.management.openmbean.CompositeType USERCREDENTIALS
SERVICE
public static final javax.management.openmbean.CompositeType SERVICE
EXCEPTION
public static final javax.management.openmbean.CompositeType EXCEPTION
BUNDLEEVENT
public static final javax.management.openmbean.CompositeType BUNDLEEVENT
SERVICEEVENT
public static final javax.management.openmbean.CompositeType SERVICEEVENT
FRAMEWORKEVENT
public static final javax.management.openmbean.CompositeType FRAMEWORKEVENT
STACKTRACE_ELEMENT
public static final javax.management.openmbean.CompositeType STACKTRACE_ELEMENT
DICTIONARYITEMTYPES
protected static javax.management.openmbean.OpenType[] DICTIONARYITEMTYPES
OSGiTypes
public OSGiTypes()