Class RemotePhysicalConnectionDetails

  • All Implemented Interfaces:
    Serializable

    public class RemotePhysicalConnectionDetails
    extends Object
    implements Serializable
    Instances of this class represent the details of a physical connection and the complete structure of both sides This information is useful to build reports and end-to-end views
    Author:
    Adrian Martinez Molina <adrian.martinez@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • RemotePhysicalConnectionDetails

        public RemotePhysicalConnectionDetails()
        Default parameter-less constructor
    • Method Detail

      • getConnectionObject

        public RemoteObject getConnectionObject()
      • setConnectionObject

        public void setConnectionObject​(RemoteObject connectionObject)
      • setPhysicalPathForEndpointA

        public void setPhysicalPathForEndpointA​(List<RemoteObjectLight> physicalPathForEndpointA)
      • setPhysicalPathForEndpointB

        public void setPhysicalPathForEndpointB​(List<RemoteObjectLight> physicalPathForEndpointB)