net.sf.bigyo.container.api
Class Constants

java.lang.Object
  extended by net.sf.bigyo.container.api.Constants

public final class Constants
extends Object

Author:
zsombor Created on 2004.10.17. Created at 11:13:39 net.sf.bigyo.container.api.Constants

Field Summary
static String MBEAN
           
static String MBEANDESC
           
static String MBEANIMPL
           
static String RECONFIGURATION_MANAGER
           
static String[] RESERVED_COMPONENT_NAME
           
static String SERVICE_LOCATOR
           
static String WRAPPER
           
 
Method Summary
static String getFactoryName(String objName)
           
static String getMBeanDescriptor(String objName)
           
static String getMBeanImplName(String serviceName)
           
static String getMBeanName(String serviceName)
           
static String getWrapperName(String objName)
           
static boolean validComponentName(String componentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MBEANIMPL

public static final String MBEANIMPL
See Also:
Constant Field Values

MBEAN

public static final String MBEAN
See Also:
Constant Field Values

MBEANDESC

public static final String MBEANDESC
See Also:
Constant Field Values

WRAPPER

public static final String WRAPPER
See Also:
Constant Field Values

SERVICE_LOCATOR

public static final String SERVICE_LOCATOR
See Also:
Constant Field Values

RECONFIGURATION_MANAGER

public static final String RECONFIGURATION_MANAGER
See Also:
Constant Field Values

RESERVED_COMPONENT_NAME

public static final String[] RESERVED_COMPONENT_NAME
Method Detail

getMBeanName

public static String getMBeanName(String serviceName)

getMBeanImplName

public static String getMBeanImplName(String serviceName)

getWrapperName

public static String getWrapperName(String objName)

getMBeanDescriptor

public static String getMBeanDescriptor(String objName)

getFactoryName

public static String getFactoryName(String objName)

validComponentName

public static boolean validComponentName(String componentName)


Copyright © 2004 Sourceforge.net. All Rights Reserved.