Uses of Interface
org.objectweb.jonathan.apis.protocols.ProtocolGraph

Packages that use ProtocolGraph
org.objectweb.fractal.rmi Provides a protocol, an object adapter and a binder component. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

Uses of ProtocolGraph in org.objectweb.fractal.rmi
 

Methods in org.objectweb.fractal.rmi that return ProtocolGraph
 ProtocolGraph RmiProtocol.createProtocolGraph(ProtocolGraph[] subgraphs, Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 

Methods in org.objectweb.fractal.rmi with parameters of type ProtocolGraph
 ProtocolGraph RmiProtocol.createProtocolGraph(ProtocolGraph[] subgraphs, Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 

Uses of ProtocolGraph in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that return ProtocolGraph
 ProtocolGraph Protocol.createProtocolGraph(ProtocolGraph[] subgraphs, Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 

Methods in org.objectweb.jonathan.apis.protocols with parameters of type ProtocolGraph
 ProtocolGraph Protocol.createProtocolGraph(ProtocolGraph[] subgraphs, Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 

Uses of ProtocolGraph in org.objectweb.jonathan.libs.protocols.tcpip
 

Methods in org.objectweb.jonathan.libs.protocols.tcpip that return ProtocolGraph
 ProtocolGraph TcpIpProtocol.createProtocolGraph(ProtocolGraph[] lower, Context hints)
          Creates a new ProtocolGraph
 

Methods in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type ProtocolGraph
 ProtocolGraph TcpIpProtocol.createProtocolGraph(ProtocolGraph[] lower, Context hints)
          Creates a new ProtocolGraph
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.