public class ComponentAdapter
extends java.lang.Object
ComponentAdapter is the container,
since it calls the ComponentLifecycle methods.
For the container, it represents the component with its meta data.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
todo: check with rest of ACS which fields really make a component unique in the system.
|
protected void |
finalize() |
int |
getHandle()
Returns the handle.
|
java.lang.String |
getName()
Returns the name.
|
org.omg.CORBA.Object |
getReference()
Returns the reference.
|
java.lang.String |
getType()
Returns the type.
|
int |
hashCode() |
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public org.omg.CORBA.Object getReference()
public int getHandle()
public java.lang.String getName()
public java.lang.String getType()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable