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
String getContent()
getId
String getId()
getJar
String getJar()
getProvider
String getProvider()
setContent
void setContent(String content)
setId
void setId(String id)
setJar
void setJar(String jar)
setProvider
void setProvider(String provider)
validate
void validate()
throws org.exolab.castor.xml.ValidationException
- Throws:
org.exolab.castor.xml.ValidationException
Copyright © 1999-2008 OpenEJB. All Rights Reserved.