com.sun.enterprise.config.serverbeans
Interface ConnectorService

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag

public interface ConnectorService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck
 
Method Summary
 String getClassLoadingPolicy()
          Gets the value of the connector-classloading-policy.
Valid values are derived or global
derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors
global indicates that all resource-adapters will be visible to all applications.
 List<org.jvnet.hk2.config.types.Property> getProperty()
          Properties as per PropertyBag Properties are used to override the ManagedConnectionFactory javabean configuration settings.
 String getShutdownTimeoutInSeconds()
          Gets the value of the shutdownTimeoutInSeconds property.
 void setClassLoadingPolicy(String value)
          Sets the value of the connector-classloading-policy.
Valid values are derived or global
derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors
global indicates that all resource-adapters will be visible to all applications.
 void setShutdownTimeoutInSeconds(String value)
          Sets the value of the shutdownTimeoutInSeconds property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
getProperty, getPropertyValue, getPropertyValue
 

Method Detail

getShutdownTimeoutInSeconds

@Min(value=1L)
String getShutdownTimeoutInSeconds()
Gets the value of the shutdownTimeoutInSeconds property.

Returns:
possible object is String

setShutdownTimeoutInSeconds

void setShutdownTimeoutInSeconds(String value)
                                 throws PropertyVetoException
Sets the value of the shutdownTimeoutInSeconds property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getClassLoadingPolicy

String getClassLoadingPolicy()
Gets the value of the connector-classloading-policy.
Valid values are derived or global
derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors
global indicates that all resource-adapters will be visible to all applications.

Returns:
possible object is String

setClassLoadingPolicy

void setClassLoadingPolicy(String value)
                           throws PropertyVetoException
Sets the value of the connector-classloading-policy.
Valid values are derived or global
derived indicates that the resource-adapters are provided according the the references of resource-adapters in application's deployment-descriptors
global indicates that all resource-adapters will be visible to all applications.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getProperty

@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
Properties as per PropertyBag Properties are used to override the ManagedConnectionFactory javabean configuration settings. When one or more of these properties are specified, they are passed as is using set() methods to the Resource Adapter's ManagedConnectionfactory class (specified in ra.xml).

Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag


Copyright © 2012 GlassFish Community. All Rights Reserved.