Class semper.util.registry.WellKnownPorts
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.registry.WellKnownPorts

java.lang.Object
   |
   +----semper.util.registry.WellKnownPorts

public class WellKnownPorts
extends Object
Registry of well-known ports. All well-known ports used in semper must be registered here. A port used in the package semper.foo.bar should have SEMPER_FOO_BAR as the prefix in the symbolic name used for the port. Within the block, it is up to the block designer to manage the name space. For the time being, we will pretend that the port space for all protocols is shared (i.e. if you use port 45465 for "tcp", you shouldn't use it for any other protocol. Eventually, we may have to register these ports with IANA. Therefore, when you choose a number, make sure that it does not conflict with the current set of IANA-registered port numbers.
Version:
$Revision: 1.9 $ $Date: 1997/03/26 18:24:44 $
Author:
N. Asokan ([email protected])

Variable Index

 o SEMPER_CERTIFICATE_MANAGER_PORT
 o SEMPER_CLIENT_PORT
Default port for the SemperClient
 o SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
Default port for the acquirer
 o SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
Well-known port used for negotiation of payment instrument selection.
 o SEMPER_STATEMENT_MANAGER_PORT
 o SEMPER_TRANSFER_BUYER_PORT
Ports being used if no negotiation takes place.
 o SEMPER_TRANSFER_PORT
Default Communication Port for GroupTransfer
 o SEMPER_TRANSFER_SELLER_PORT

Constructor Index

 o WellKnownPorts()

Variables

 o SEMPER_TRANSFER_PORT
  public final static int SEMPER_TRANSFER_PORT
Default Communication Port for GroupTransfer
 o SEMPER_TRANSFER_BUYER_PORT
  public final static int SEMPER_TRANSFER_BUYER_PORT
Ports being used if no negotiation takes place.
 o SEMPER_TRANSFER_SELLER_PORT
  public final static int SEMPER_TRANSFER_SELLER_PORT
 o SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
  public final static int SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
Well-known port used for negotiation of payment instrument selection.
 o SEMPER_STATEMENT_MANAGER_PORT
  public final static int SEMPER_STATEMENT_MANAGER_PORT
 o SEMPER_CERTIFICATE_MANAGER_PORT
  public final static int SEMPER_CERTIFICATE_MANAGER_PORT
 o SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
  public final static int SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
Default port for the acquirer
 o SEMPER_CLIENT_PORT
  public final static int SEMPER_CLIENT_PORT
Default port for the SemperClient

Constructors

 o WellKnownPorts
  public WellKnownPorts()

All Packages  Class Hierarchy  This Package  Previous  Next  Index