org.apache.openejb.config.sys
Class Service

java.lang.Object
  extended by org.apache.openejb.config.sys.AbstractService
      extended by org.apache.openejb.config.sys.Service
All Implemented Interfaces:
Service

public class Service
extends AbstractService


Field Summary
protected  String clazz
           
 
Fields inherited from class org.apache.openejb.config.sys.AbstractService
className, constructor, factoryName, id, jar, properties, provider, type
 
Constructor Summary
Service()
           
Service(String clazz)
           
Service(String id, String clazz)
           
Service(String id, String type, String clazz)
           
Service(String id, String type, String provider, String clazz)
           
 
Method Summary
 String getClazz()
           
 void setClazz(String clazz)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected String clazz
Constructor Detail

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)
Method Detail

getClazz

public String getClazz()

setClazz

public void setClazz(String clazz)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.