org.apache.openejb.config.sys
Class Service
java.lang.Object
org.apache.openejb.config.sys.AbstractService
org.apache.openejb.config.sys.Service
- All Implemented Interfaces:
- Service
public class Service
- extends AbstractService
| Methods inherited from class org.apache.openejb.config.sys.AbstractService |
equals, getClassName, getConstructor, getFactoryName, getId, getJar, getProperties, getProvider, getType, hashCode, setClassName, setConstructor, setFactoryName, setId, setJar, setProvider, setType |
clazz
protected String clazz
Service
public Service()
Service
public Service(String id,
String clazz)
Service
public Service(String id,
String type,
String clazz)
Service
public Service(String id,
String type,
String provider,
String clazz)
Service
public Service(String clazz)
getClazz
public String getClazz()
setClazz
public void setClazz(String clazz)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.