org.apache.openejb.config.sys
Class Resource
java.lang.Object
org.apache.openejb.config.sys.AbstractService
org.apache.openejb.config.sys.Resource
- All Implemented Interfaces:
- Service
public class Resource
- extends AbstractService
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jar" type="{http://www.openejb.org/System/Configuration}JarFileLocation" />
<attribute name="jndi" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
Field Summary |
protected java.lang.String |
jndi
|
Constructor Summary |
Resource()
|
Resource(java.lang.String id)
|
Resource(java.lang.String id,
java.lang.String type)
|
Resource(java.lang.String id,
java.lang.String type,
java.lang.String provider)
|
Method Summary |
java.lang.String |
getJndi()
Gets the value of the jndi property. |
void |
setJndi(java.lang.String value)
Sets the value of the jndi property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jndi
protected java.lang.String jndi
Resource
public Resource(java.lang.String id)
Resource
public Resource(java.lang.String id,
java.lang.String type)
Resource
public Resource(java.lang.String id,
java.lang.String type,
java.lang.String provider)
Resource
public Resource()
getJndi
public java.lang.String getJndi()
- Gets the value of the jndi property.
- Returns:
- possible object is
String
setJndi
public void setJndi(java.lang.String value)
- Sets the value of the jndi property.
- Parameters:
value
- allowed object is
String
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.