org.jboss.osgi.spi.logging
Class StringConstants

java.lang.Object
  extended by org.jboss.osgi.spi.logging.StringConstants

public abstract class StringConstants
extends java.lang.Object

String representation for common OSGi Constants

Since:
04-Mar-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
StringConstants()
           
 
Method Summary
static java.lang.String bundleEvent(int eventType)
          Return the string representation of a BundleEvent type
static java.lang.String bundleState(int bundleState)
          Return the string representation of a Bundle state
static java.lang.String logLevel(int level)
          Return the string representation of a LogService level
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringConstants

public StringConstants()
Method Detail

bundleState

public static java.lang.String bundleState(int bundleState)
Return the string representation of a Bundle state


bundleEvent

public static java.lang.String bundleEvent(int eventType)
Return the string representation of a BundleEvent type


logLevel

public static java.lang.String logLevel(int level)
Return the string representation of a LogService level



Copyright © 2009. All Rights Reserved.