Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common.ws
Class WSAMComponent

java.lang.Object
  extended byjava.util.AbstractMap
      extended byoracle.jbo.common.JboAbstractMap
          extended byoracle.jbo.common.ws.WSObject
              extended byoracle.jbo.common.ws.WSAMComponent

All Implemented Interfaces:
java.util.Map, java.io.Serializable, VariableManagerOwner
Direct Known Subclasses:
WSComponentObjectImpl, WSRowSetIteratorBase, WSViewLinkImpl

public abstract class WSAMComponent
extends WSObject
See Also:
Serialized Form

Nested Class Summary

 

Nested classes inherited from class java.util.Map
java.util.Map.Entry

 

Field Summary
protected  java.lang.Class mMsgBundleClass
           

 

Fields inherited from class oracle.jbo.common.ws.WSObject
mVariableOpers

 

Method Summary
 java.lang.Class getMessageBundleClass()
          Internal: Applications should not use this method.
protected  void internalSetMessageBundleClass(java.lang.Class clz)
           

 

Methods inherited from class oracle.jbo.common.ws.WSObject
ensureVariableManager, get, getFullName, getId, getImplObject, getName, getParent, getVariableManager, hasVariables, markForError, setImplObject

 

Methods inherited from class oracle.jbo.common.JboAbstractMap
entrySet, equals, hashCode, internalGet, internalPut, put

 

Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, values

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

mMsgBundleClass

protected transient java.lang.Class mMsgBundleClass

Method Detail

internalSetMessageBundleClass

protected void internalSetMessageBundleClass(java.lang.Class clz)

getMessageBundleClass

public java.lang.Class getMessageBundleClass()
Internal: Applications should not use this method.

Returns the class of the reference object.

Returns:
the class of the reference object.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.