Package org.jcsp.net

Class LinkFactory


  • public class LinkFactory
    extends java.lang.Object

    This class does not need to be used by normal JCSP users.

    The Builder inner class needs to be sub-classed by JCSP.NET protocol implementations.

    • Field Detail

      • builders

        private java.util.Hashtable builders
        This Hashtable stores ProtocolID's as it keys and map these to Builders for those Protocols.
    • Constructor Detail

      • LinkFactory

        private LinkFactory()
    • Method Detail

      • getTxProtocols

        ProtocolID[] getTxProtocols()
        Used to find out the communication protocols currently installed in the LinkFactory instance. Returns an array of ProtocolID objects which identify the protocols.
        Returns:
        an array of ProtocolID objects which identify the currently installed protocols.