Rio Project 4.2 API Documentation
org.rioproject.jsb
Class ServiceBeanActivation
java.lang.Object
org.rioproject.jsb.ServiceBeanActivation
public class ServiceBeanActivation
- extends Object
The ServiceBeanActivation class is a utility that provides bootstrap support
for a ServiceBean
- Author:
- Dennis Reedy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOT_OPSTRING
public static final String BOOT_OPSTRING
- Default name of the OperationalString name this utility adds for services
it activates
- See Also:
- Constant Field Values
QOS_COMPONENT
public static final String QOS_COMPONENT
- See Also:
- Constant Field Values
BOOT_COMPONENT
public static final String BOOT_COMPONENT
- See Also:
- Constant Field Values
BOOT_CONFIG_COMPONENT
public static final String BOOT_CONFIG_COMPONENT
- See Also:
- Constant Field Values
ServiceBeanActivation
public ServiceBeanActivation()
getServiceBeanContext
public static ServiceBeanContext getServiceBeanContext(String configComponent,
String defaultServiceName,
String[] configArgs,
ClassLoader loader)
throws Exception
- Create a ServiceBeanContext from the Configuration element
- Parameters:
configComponent - The configuration component name of the
ServiceBean to use when obtaining configuration attributesdefaultServiceName - The default name of the serviceconfigArgs - Configuration for the ServiceBeanloader - The ClassLoader which loaded the ServiceBean
- Returns:
- A ServiceBeanContext. A new ServiceBeanCOntext is created each
time
- Throws:
Exception - If a ServiceBeanContext cannot be created
Copyright © 2006-2011 Rio Project. All Rights Reserved.