org.apache.openejb.config
Interface Service
- All Known Implementing Classes:
- AbstractService, ConnectionManager, Connector, Container, JndiProvider, ProxyFactory, Resource, SecurityService, TransactionManager
public interface Service
getProperties
Properties getProperties()
- 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);
getId
String getId()
setId
void setId(String id)
getJar
String getJar()
setJar
void setJar(String jar)
getProvider
String getProvider()
setProvider
void setProvider(String provider)
getType
String getType()
setType
void setType(String type)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.