CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.settings
Class Protocols

java.lang.Object
  extended by org.jcsp.net.settings.Protocols

public class Protocols
extends Object

Used internally within the JCSP network infrastructure to represent a set of protocols.

Author:
Quickstone Technologies Limited

Constructor Summary
Protocols()
           
 
Method Summary
 void addProtocol(Protocol p)
           
 Protocol getLastProtocol()
           
 Protocol getProtocol(String protocolID)
           
 Protocol[] getProtocols()
           
 void removeProtocol(Protocol p)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocols

public Protocols()
Method Detail

addProtocol

public void addProtocol(Protocol p)

removeProtocol

public void removeProtocol(Protocol p)

getProtocol

public Protocol getProtocol(String protocolID)

getLastProtocol

public Protocol getLastProtocol()

getProtocols

public Protocol[] getProtocols()

toString

public String toString()
Overrides:
toString in class Object

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.