org.apache.openejb.jee
Class AdminObject

java.lang.Object
  extended by 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.


Field Summary
protected  String adminObjectClass
           
protected  String adminObjectInterface
           
protected  List<ConfigProperty> configProperty
           
protected  String id
           
 
Constructor Summary
AdminObject()
           
 
Method Summary
 String getAdminObjectClass()
           
 String getAdminObjectInterface()
           
 List<ConfigProperty> getConfigProperty()
           
 String getId()
           
 void setAdminObjectClass(String value)
           
 void setAdminObjectInterface(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adminObjectInterface

protected String adminObjectInterface

adminObjectClass

protected String adminObjectClass

configProperty

protected List<ConfigProperty> configProperty

id

protected String id
Constructor Detail

AdminObject

public AdminObject()
Method Detail

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.