@ResourceTypeOrder(deploymentOrder=PERSISTENCE_RESOURCE)
public interface PersistenceManagerFactoryResource
extends org.jvnet.hk2.config.ConfigBeanProxy, com.sun.enterprise.config.serverbeans.Resource, org.jvnet.hk2.config.types.PropertyBag, com.sun.enterprise.config.serverbeans.BindableResource
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceManagerFactoryResource.Duck |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
String |
getFactoryClass()
Gets the value of the factoryClass property.
|
String |
getIdentity() |
String |
getJdbcResourceJndiName()
Gets the value of the jdbcResourceJndiName property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
org.glassfish.api.admin.config.PropertyBag |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setFactoryClass(String value)
Sets the value of the factoryClass property.
|
void |
setJdbcResourceJndiName(String value)
Sets the value of the jdbcResourceJndiName property.
|
getProperty, getPropertyValue, getPropertyValuegetJndiName, setJndiNameString getFactoryClass()
Stringvoid setFactoryClass(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getJdbcResourceJndiName()
Stringvoid setJdbcResourceJndiName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
getEnabled in interface com.sun.enterprise.config.serverbeans.BindableResourceStringvoid setEnabled(String value) throws PropertyVetoException
setEnabled in interface com.sun.enterprise.config.serverbeans.BindableResourcevalue - allowed object is
StringPropertyVetoExceptionString getDescription()
Stringvoid setDescription(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
org.glassfish.api.admin.config.PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped String getIdentity()
getIdentity in interface com.sun.enterprise.config.serverbeans.BindableResourcegetIdentity in interface com.sun.enterprise.config.serverbeans.ResourceCopyright © 2013. All Rights Reserved.