Package jade.imtp.rmi

Class RMIIMTPManager

  • All Implemented Interfaces:
    IMTPManager

    public class RMIIMTPManager
    extends Object
    implements IMTPManager
    Author:
    Giovanni Caire - Telecom Italia Lab, Giovanni Rimassa - FRAMeTech s.r.l.
    • Field Detail

      • LOCAL_SERVICE_MANAGER_PORT

        public static final String LOCAL_SERVICE_MANAGER_PORT
        This constant is the name of the property whose value contains the TCP port where a local Service Manager is to be exported (when using JADE fault-tolerant deployment).
        See Also:
        Constant Field Values
      • LOCAL_NODE_PORT

        public static final String LOCAL_NODE_PORT
        This constant is the name of the property whose value contains the TCP port where the local RMI Node is to be exported.
        See Also:
        Constant Field Values
      • ENABLE_RMI_LOG

        public static final String ENABLE_RMI_LOG
        This constant is the name of the property whose boolean value indicates whether or not RMI logs have to be enabled (default false)
        See Also:
        Constant Field Values
    • Constructor Detail

      • RMIIMTPManager

        public RMIIMTPManager()