public abstract class ConstantsHelper extends Object
| Constructor and Description |
|---|
ConstantsHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bundleEvent(int eventType)
Return the string representation of a
BundleEvent type |
static String |
bundleState(int bundleState)
Return the string representation of a
Bundle state |
static String |
frameworkEvent(int eventType) |
static String |
logLevel(int level)
Return the string representation of a LogService level
|
static String |
serviceEvent(int eventType)
Return the string representation of a
ServiceEvent type |
public static String bundleState(int bundleState)
Bundle statepublic static String bundleEvent(int eventType)
BundleEvent typepublic static String serviceEvent(int eventType)
ServiceEvent typepublic static String frameworkEvent(int eventType)
public static String logLevel(int level)
Copyright © 2016 JBoss by Red Hat. All rights reserved.