Tuscany Core

Uses of Class
org.apache.tuscany.core.context.InvalidNameException

Packages that use InvalidNameException
org.apache.tuscany.core.context   
 

Uses of InvalidNameException in org.apache.tuscany.core.context
 

Constructors in org.apache.tuscany.core.context that throw InvalidNameException
QualifiedName(java.lang.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.
 


Tuscany Core

-