org.openejb.alt.config
Interface Service
- All Known Implementing Classes:
- ConnectionManager, Connector, Container, JndiProvider, ProxyFactory, Resource, SecurityService, TransactionService
public interface Service
This interface must be implemented by the following
castor generated classes:
ConnectionManager
Connector
Container
JndiProvider
ProxyFactory
Resource
SecurityService
TransactionService
Each of these classes have the methods of this
interface, but Castor does not generate them
as sharing a common interface. Those generated
classes must be edited to implement this interface
so that building them is a lot easier and the code
involved can be reused.
- Author:
- David Blevins
getContent
java.lang.String getContent()
getId
java.lang.String getId()
getJar
java.lang.String getJar()
getProvider
java.lang.String getProvider()
setContent
void setContent(java.lang.String content)
setId
void setId(java.lang.String id)
setJar
void setJar(java.lang.String jar)
setProvider
void setProvider(java.lang.String provider)
validate
void validate()
throws org.exolab.castor.xml.ValidationException
- Throws:
org.exolab.castor.xml.ValidationException
Copyright © 1999-2011 OpenEJB. All Rights Reserved.