Skip navigation links
oracle.jbo.client.remote
Class ComponentUsageImpl
java.lang.Object
oracle.jbo.common.PropertiesHelper
oracle.jbo.client.remote.ComponentUsageImpl
- All Implemented Interfaces:
- java.io.Serializable, ClientComponentObject, ComponentObject, Properties
-
public class ComponentUsageImpl
- extends PropertiesHelper
- implements ClientComponentObject, ComponentObject
Generic component Usage impl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mName
protected java.lang.String mName
mFullName
protected java.lang.String mFullName
mDefName
protected java.lang.String mDefName
mDefFullName
protected java.lang.String mDefFullName
mId
protected int mId
mAM
protected ApplicationModuleImpl mAM
mIsReadOnly
protected boolean mIsReadOnly
ComponentUsageImpl
protected ComponentUsageImpl()
init
protected void init(ApplicationModuleImpl appModule,
int compId,
java.lang.String name,
java.lang.String fullName,
java.lang.String defName,
java.lang.String defFullName)
getName
public java.lang.String getName()
- Description copied from interface:
ComponentObject
- Retrieves the name of this component.
-
- Specified by:
getName
in interface ClientComponentObject
- Specified by:
getName
in interface ComponentObject
-
- Returns:
- the name of the object.
getFullName
public java.lang.String getFullName()
- Description copied from interface:
ComponentObject
- Retrieves the fully-qualified name of this component.
-
- Specified by:
getFullName
in interface ClientComponentObject
- Specified by:
getFullName
in interface ComponentObject
-
- Returns:
- the name of the object.
getDefName
public java.lang.String getDefName()
- Description copied from interface:
ComponentObject
- Retrieves the name of the component's definition.
-
- Specified by:
getDefName
in interface ComponentObject
-
- Returns:
- a class name.
getDefFullName
public java.lang.String getDefFullName()
- Description copied from interface:
ComponentObject
- Retrieves the fully-qualified name of the component's definition.
-
- Specified by:
getDefFullName
in interface ComponentObject
-
- Returns:
- a class name.
remove
public void remove()
- Description copied from interface:
ComponentObject
- Deletes this component.
-
- Specified by:
remove
in interface ComponentObject
getProperties
public java.util.Hashtable getProperties()
- Description copied from interface:
Properties
- Gets the table of properties.
-
- Specified by:
getProperties
in interface Properties
- Overrides:
getProperties
in class PropertiesHelper
-
- Returns:
- a hashtable of properties.
getRemoteId
public int getRemoteId()
-
- Specified by:
getRemoteId
in interface ClientComponentObject
getROTEntryType
public byte getROTEntryType()
-
- Specified by:
getROTEntryType
in interface ClientComponentObject
getComponentObject
public ComponentObject getComponentObject()
getParent
public java.lang.Object getParent()
-
- Specified by:
getParent
in interface ClientComponentObject
getApplicationModule
public ApplicationModule getApplicationModule()
isReadOnly
public boolean isReadOnly()
-
- Overrides:
isReadOnly
in class PropertiesHelper
getPiggyback
protected byte[] getPiggyback()
processPiggyback
protected void processPiggyback(byte[] pb)
finalize
protected void finalize()
-
- Overrides:
finalize
in class java.lang.Object
refresh
public void refresh()
Skip navigation links
Copyright © 1997, 2009, Oracle. All rights reserved.