org.apache.openejb.jee
Class AdminObject
java.lang.Object
org.apache.openejb.jee.AdminObject
public class AdminObject
- extends Object
The adminobjectType specifies information about an
administered object. Administered objects are specific to a
messaging style or message provider. This contains
information on the Java type of the interface implemented by
an administered object, its Java class name and its
configuration properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adminObjectInterface
protected String adminObjectInterface
adminObjectClass
protected String adminObjectClass
configProperty
protected List<ConfigProperty> configProperty
id
protected String id
AdminObject
public AdminObject()
getAdminObjectInterface
public String getAdminObjectInterface()
setAdminObjectInterface
public void setAdminObjectInterface(String value)
getAdminObjectClass
public String getAdminObjectClass()
setAdminObjectClass
public void setAdminObjectClass(String value)
getConfigProperty
public List<ConfigProperty> getConfigProperty()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.