|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.spi.QualifiedName
public class QualifiedName
An evaluated name consisting of a part/port pair. In the runtime, a part generally 'contains' or 'provides' ports such as a component/service point or a component/reference pair.
Field Summary | |
---|---|
static String |
NAME_SEPARATOR
|
Constructor Summary | |
---|---|
QualifiedName(String qualifiedName)
Constructs a new qualified name in the form of part/port where part is the parent context and port represents a child, which is either a service in the case of an atomic context or a contained context in the case of a composite. |
Method Summary | |
---|---|
String |
getPartName()
Returns the parsed part name |
String |
getPortName()
Returns the parsed port name if the original is of the compound for part/port |
String |
getQualifiedName()
Returns the full part/port name pair |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAME_SEPARATOR
Constructor Detail |
---|
public QualifiedName(String qualifiedName) throws InvalidNameException
InvalidNameException
- if the name is in an invalid formatMethod Detail |
---|
public String getPartName()
public String getPortName()
public String getQualifiedName()
public String toString()
toString
in class Object
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |