| java.lang.Object org.apache.openejb.config.sys.AbstractService
All known Subclasses: org.apache.openejb.config.sys.JndiProvider, org.apache.openejb.config.sys.Connector, org.apache.openejb.config.sys.SecurityService, org.apache.openejb.config.sys.Container, org.apache.openejb.config.sys.Resource, org.apache.openejb.config.sys.TransactionManager, org.apache.openejb.config.sys.ProxyFactory, org.apache.openejb.config.sys.ConnectionManager,
AbstractService | abstract public class AbstractService implements Service(Code) | | Java class for Service complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Service">
<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="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
|
AbstractService | protected AbstractService()(Code) | | |
getId | public String getId()(Code) | | Gets the value of the id property.
possible object isString |
getJar | public String getJar()(Code) | | Gets the value of the jar property.
possible object isString |
getProperties | public Properties getProperties()(Code) | | Gets the value of the properties property.
This accessor method returns a reference to the live Properties Object,
not a snapshot. Therefore any modification you make to the
returned Properties will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
|
getProvider | public String getProvider()(Code) | | Gets the value of the provider property.
possible object isString |
setId | public void setId(String value)(Code) | | Sets the value of the id property.
Parameters: value - allowed object isString |
setJar | public void setJar(String value)(Code) | | Sets the value of the jar property.
Parameters: value - allowed object isString |
setProvider | public void setProvider(String value)(Code) | | Sets the value of the provider property.
Parameters: value - allowed object isString |
|
|