|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscs.core.Facet
public final class Facet
This class holds all the metadata pertinent to a facet, and represents it locally. It doesn't maintain a FacetDescription directly because the FacetDescription is an automatically generated class. The generated code sets all of its fields as public but these fields should not be manipulated freely.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
FacetDescription |
getDescription()
Provides the IDL structure FacetDescription of this facet. |
String |
getInterfaceName()
Provides the interface of this facet. |
String |
getName()
Provides the name of this facet. |
Object |
getReference()
Provides the CORBA reference of this facet, as a CORBA object. |
Servant |
getServant()
Provides the Servant instance of this facet, which is the Java class that implements the facet interface. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FacetDescription getDescription()
public String getName()
public String getInterfaceName()
public Object getReference()
public Servant getServant()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |