org.eclipse.jst.j2ee.jca
Interface AdminObject

All Superinterfaces:
J2EEEObject

public interface AdminObject
extends J2EEEObject

A representation of the model object 'Admin Object'.

Version:
J2EE1.4 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.

The following features are supported:

See Also:
JcaPackage.getAdminObject()

Method Summary
 java.lang.String getAdminObjectClass()
          Returns the value of the 'Admin Object Class' attribute
 java.lang.String getAdminObjectInterface()
          Returns the value of the 'Admin Object Interface' attribute
 EList getConfigProperties()
          Returns the value of the 'Config Properties' containment reference list.
 void setAdminObjectClass(java.lang.String value)
          Sets the value of the 'Admin Object Class' attribute
 void setAdminObjectInterface(java.lang.String value)
          Sets the value of the 'Admin Object Interface' attribute
 

Method Detail

getAdminObjectInterface

public java.lang.String getAdminObjectInterface()
Returns the value of the 'Admin Object Interface' attribute.

If the meaning of the 'Admin Object Interface' attribute isn't clear, there really should be more of a description here...

The element adminobject-interface specifies the fully qualified name of the Java type of the interface implemented by an administered object. Example: javax.jms.Destination

Returns:
the value of the 'Admin Object Interface' attribute.
See Also:
setAdminObjectInterface(String), JcaPackage.getAdminObject_AdminObjectInterface()

setAdminObjectInterface

public void setAdminObjectInterface(java.lang.String value)
Sets the value of the 'Admin Object Interface' attribute.

Parameters:
value - the new value of the 'Admin Object Interface' attribute.
See Also:
getAdminObjectInterface()

getAdminObjectClass

public java.lang.String getAdminObjectClass()
Returns the value of the 'Admin Object Class' attribute.

If the meaning of the 'Admin Object Class' attribute isn't clear, there really should be more of a description here...

The element adminobject-class specifies the fully qualified Java class name of an administered object. Example: com.wombat.DestinationImpl

Returns:
the value of the 'Admin Object Class' attribute.
See Also:
setAdminObjectClass(String), JcaPackage.getAdminObject_AdminObjectClass()

setAdminObjectClass

public void setAdminObjectClass(java.lang.String value)
Sets the value of the 'Admin Object Class' attribute.

Parameters:
value - the new value of the 'Admin Object Class' attribute.
See Also:
getAdminObjectClass()

getConfigProperties

public EList getConfigProperties()
Returns the value of the 'Config Properties' containment reference list. The list contents are of type ConfigProperty.

If the meaning of the 'Config Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Config Properties' containment reference list.
See Also:
JcaPackage.getAdminObject_ConfigProperties()