Class Location

    • Constructor Summary

      Constructors 
      Constructor Description
      Location()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Connection connection()
      Represents a connection based on a componentId and the type of connection offered by the component
      abstract java.net.URI uri()
      Represents the URI of the component
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • connection

        public abstract Connection connection()
        Represents a connection based on a componentId and the type of connection offered by the component
        Returns:
        (undocumented)
      • uri

        public abstract java.net.URI uri()
        Represents the URI of the component
        Returns:
        (undocumented)