org.apache.openejb.jee
Class AdminObject
java.lang.Object
org.apache.openejb.jee.AdminObject
public class AdminObject
- extends java.lang.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 java.lang.String adminObjectInterface
adminObjectClass
protected java.lang.String adminObjectClass
configProperty
protected java.util.List<ConfigProperty> configProperty
id
protected java.lang.String id
AdminObject
public AdminObject()
getAdminObjectInterface
public java.lang.String getAdminObjectInterface()
setAdminObjectInterface
public void setAdminObjectInterface(java.lang.String value)
getAdminObjectClass
public java.lang.String getAdminObjectClass()
setAdminObjectClass
public void setAdminObjectClass(java.lang.String value)
getConfigProperty
public java.util.List<ConfigProperty> getConfigProperty()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.