|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EnterpriseLayoutManager | |
| org.openeai.config | |
| org.openeai.implementations.layouts | |
| org.openeai.layouts | |
| org.openeai.moa | |
| Uses of EnterpriseLayoutManager in org.openeai.config |
| Methods in org.openeai.config that return EnterpriseLayoutManager | |
EnterpriseLayoutManager |
MessageObjectConfig.getInputLayoutManager()
Returns the currently active input layout manager. |
EnterpriseLayoutManager |
MessageObjectConfig.getOutputLayoutManager()
Returns the currently active output layout manager. |
EnterpriseLayoutManager |
MessageObjectConfig.getInputLayoutManager(java.lang.String type)
This method returns the input layout manager that matches the type passed in or null if that type does not exist in the HashMap of input layout managers associated to this configuration object. |
EnterpriseLayoutManager |
MessageObjectConfig.getOutputLayoutManager(java.lang.String type)
This method returns the output layout manager that matches the type passed in or null if that type does not exist in the HashMap of output layout managers associated to this configuration object. |
| Methods in org.openeai.config with parameters of type EnterpriseLayoutManager | |
void |
MessageObjectConfig.setInputLayoutManager(EnterpriseLayoutManager layout)
Sets the currently active input layout manager to the one passed in. |
void |
MessageObjectConfig.setOutputLayoutManager(EnterpriseLayoutManager layout)
Sets the currently active output layout manager to the one passed in. |
void |
MessageObjectConfig.addInputLayoutManager(java.lang.String type,
EnterpriseLayoutManager iLayout)
This method adds an input layout manager to the HashMap of input layout managers associated to the object that will be initialized using this configuration object. |
void |
MessageObjectConfig.addOutputLayoutManager(java.lang.String type,
EnterpriseLayoutManager oLayout)
This method adds an output layout manager to the HashMap of output layout managers associated to the object that will be initialized using this configuration object. |
| Uses of EnterpriseLayoutManager in org.openeai.implementations.layouts |
| Classes in org.openeai.implementations.layouts that implement EnterpriseLayoutManager | |
class |
ComplexResultSetLayout
This is the ResultSet Layout manager that Enterprise Messaging Objects use to build themselves from database ResultSets. |
class |
ExtractLayout
An ExtractLayout EnterpriseLayoutManager implementation. |
class |
ResultSetLayout
This is the ResultSet Layout manager that Enterprise Messaging Objects use to build themselves from database ResultSets. |
class |
SpCallsLayout
This is the SpCalls Layout manager that Enterprise Messaging Objects use to build themselves from and serialize themselves to database stored procedure calls. |
class |
XpathLayout
A Class class. |
| Uses of EnterpriseLayoutManager in org.openeai.layouts |
| Classes in org.openeai.layouts that implement EnterpriseLayoutManager | |
class |
XmlLayout
This is the default Layout manager that all Enterprise Messaging Objects use to build themselves from and serialize themselves to XML. |
| Uses of EnterpriseLayoutManager in org.openeai.moa |
| Fields in org.openeai.moa declared as EnterpriseLayoutManager | |
static EnterpriseLayoutManager |
XmlEnterpriseObjectImpl.XML_LAYOUT_MANAGER
|
| Methods in org.openeai.moa that return EnterpriseLayoutManager | |
EnterpriseLayoutManager |
XmlEnterpriseObjectImpl.getInputLayoutManager()
Returns this object's currently assigned Input Layout manager. |
EnterpriseLayoutManager |
XmlEnterpriseObjectImpl.getInputLayoutManager(java.lang.String type)
Returns an Input Layout manager for this object of a specified type. |
EnterpriseLayoutManager |
XmlEnterpriseObjectImpl.getOutputLayoutManager()
Returns this object's currently assigned Output Layout manager. |
EnterpriseLayoutManager |
XmlEnterpriseObjectImpl.getOutputLayoutManager(java.lang.String type)
Returns an Output Layout manager for this object of a specified type. |
EnterpriseLayoutManager |
XmlEnterpriseObject.getInputLayoutManager()
Returns this object's currently assigned Input Layout manager. |
EnterpriseLayoutManager |
XmlEnterpriseObject.getInputLayoutManager(java.lang.String type)
Returns an Input Layout manager for this object of a specified type. |
EnterpriseLayoutManager |
XmlEnterpriseObject.getOutputLayoutManager()
Returns this object's currently assigned Output Layout manager. |
EnterpriseLayoutManager |
XmlEnterpriseObject.getOutputLayoutManager(java.lang.String type)
Returns an Output Layout manager for this object of a specified type. |
| Methods in org.openeai.moa with parameters of type EnterpriseLayoutManager | |
void |
XmlEnterpriseObjectImpl.addInputLayoutManager(java.lang.String type,
EnterpriseLayoutManager iLayout)
|
void |
XmlEnterpriseObjectImpl.setInputLayoutManager(EnterpriseLayoutManager elm)
|
void |
XmlEnterpriseObjectImpl.addOutputLayoutManager(java.lang.String type,
EnterpriseLayoutManager oLayout)
|
void |
XmlEnterpriseObjectImpl.setOutputLayoutManager(EnterpriseLayoutManager elm)
|
void |
XmlEnterpriseObject.addInputLayoutManager(java.lang.String type,
EnterpriseLayoutManager iLayout)
|
void |
XmlEnterpriseObject.setInputLayoutManager(EnterpriseLayoutManager elm)
|
void |
XmlEnterpriseObject.addOutputLayoutManager(java.lang.String type,
EnterpriseLayoutManager oLayout)
|
void |
XmlEnterpriseObject.setOutputLayoutManager(EnterpriseLayoutManager elm)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||