Uses of Class
org.neotropic.kuwaiba.northbound.ws.model.business.RemoteObjectRelatedObjects
-
Packages that use RemoteObjectRelatedObjects Package Description org.neotropic.kuwaiba.northbound.ws org.neotropic.kuwaiba.northbound.ws.model.business -
-
Uses of RemoteObjectRelatedObjects in org.neotropic.kuwaiba.northbound.ws
Methods in org.neotropic.kuwaiba.northbound.ws that return RemoteObjectRelatedObjects Modifier and Type Method Description RemoteObjectRelatedObjects
KuwaibaSoapWebService. getPhysicalTree(String objectClass, String objectId, String sessionId)
Gets the tree representation of all physical paths.RemoteObjectRelatedObjects
KuwaibaSoapWebServiceImpl. getPhysicalTree(String objectClass, String objectId, String sessionId)
-
Uses of RemoteObjectRelatedObjects in org.neotropic.kuwaiba.northbound.ws.model.business
Methods in org.neotropic.kuwaiba.northbound.ws.model.business that return RemoteObjectRelatedObjects Modifier and Type Method Description RemoteObjectRelatedObjects
RemoteLogicalConnectionDetails. getPhysicalPathForBDisEndpointA()
RemoteObjectRelatedObjects
RemoteLogicalConnectionDetails. getPhysicalPathForBDisEndpointB()
RemoteObjectRelatedObjects
RemoteLogicalConnectionDetails. getPhysicalPathForVlansEndpointA()
RemoteObjectRelatedObjects
RemoteLogicalConnectionDetails. getPhysicalPathForVlansEndpointB()
Methods in org.neotropic.kuwaiba.northbound.ws.model.business with parameters of type RemoteObjectRelatedObjects Modifier and Type Method Description void
RemoteLogicalConnectionDetails. setPhysicalPathForBDisEndpointA(RemoteObjectRelatedObjects physicalPathForBDisEndpointA)
void
RemoteLogicalConnectionDetails. setPhysicalPathForBDisEndpointB(RemoteObjectRelatedObjects physicalPathForBDisEndpointB)
void
RemoteLogicalConnectionDetails. setPhysicalPathForVlansEndpointA(RemoteObjectRelatedObjects physicalPathForVlansEndpointA)
void
RemoteLogicalConnectionDetails. setPhysicalPathForVlansEndpointB(RemoteObjectRelatedObjects physicalPathForVlansEndpointB)
-