org.apache.felix.jmood.utils
Class OSGiTypes

java.lang.Object
  extended by org.apache.felix.jmood.utils.OSGiTypes

public class OSGiTypes
extends 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 CompositeType AUTHORIZATION
           
static CompositeType BUNDLEEVENT
           
protected static OpenType[] DICTIONARYITEMTYPES
           
static CompositeType EXCEPTION
           
static CompositeType FRAMEWORKEVENT
           
static CompositeType GROUP
           
static CompositeType LOGENTRY
           
static CompositeType ROLE
           
static CompositeType ROLEPROPERTIES
           
static CompositeType SERVICE
           
static CompositeType SERVICEEVENT
           
static CompositeType STACKTRACE_ELEMENT
           
static CompositeType USER
           
static CompositeType USERADMINEVENT
           
static CompositeType USERCREDENTIALS
           
 
Constructor Summary
OSGiTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final CompositeType USER

ROLE

public static final CompositeType ROLE

GROUP

public static final CompositeType GROUP

USERADMINEVENT

public static final CompositeType USERADMINEVENT

AUTHORIZATION

public static final CompositeType AUTHORIZATION

LOGENTRY

public static final CompositeType LOGENTRY

ROLEPROPERTIES

public static final CompositeType ROLEPROPERTIES

USERCREDENTIALS

public static final CompositeType USERCREDENTIALS

SERVICE

public static final CompositeType SERVICE

EXCEPTION

public static final CompositeType EXCEPTION

BUNDLEEVENT

public static final CompositeType BUNDLEEVENT

SERVICEEVENT

public static final CompositeType SERVICEEVENT

FRAMEWORKEVENT

public static final CompositeType FRAMEWORKEVENT

STACKTRACE_ELEMENT

public static final CompositeType STACKTRACE_ELEMENT

DICTIONARYITEMTYPES

protected static OpenType[] DICTIONARYITEMTYPES
Constructor Detail

OSGiTypes

public OSGiTypes()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.