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.15 $ $Date: 1998/05/07 11:41:53 $
Author:
N. Asokan ([email protected])

Variable Index

 o CRA_SERVER_PORT
Credential Server Port (Download Module)
 o DOWNLOAD_MANAGER_PORT
Download Manager Port
 o NEWS_SERVER_PORT
News Server Port (Download Module)
 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_PAYMENT_PROTONET_ACQUIRER_PORT
 o SEMPER_PAYMENT_SET_ACQUIRER_PORT_PAY
 o SEMPER_PAYMENT_SET_ACQUIRER_PORT_REG
 o SEMPER_SERVER_PORT
Default port for the SemperServer
 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
 o SEMPER_TXLAYER_PORT

Constructor Index

 o WellKnownPorts()

Variables

 o SEMPER_TXLAYER_PORT
 public static final int SEMPER_TXLAYER_PORT
 o SEMPER_TRANSFER_PORT
 public static final int SEMPER_TRANSFER_PORT
Default Communication Port for GroupTransfer

 o SEMPER_TRANSFER_BUYER_PORT
 public static final int SEMPER_TRANSFER_BUYER_PORT
Ports being used if no negotiation takes place.

 o SEMPER_TRANSFER_SELLER_PORT
 public static final int SEMPER_TRANSFER_SELLER_PORT
 o SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
 public static final int SEMPER_PAYMENT_MANAGER_NEGOTIATION_PORT
Well-known port used for negotiation of payment instrument selection.

 o SEMPER_STATEMENT_MANAGER_PORT
 public static final int SEMPER_STATEMENT_MANAGER_PORT
 o SEMPER_CERTIFICATE_MANAGER_PORT
 public static final int SEMPER_CERTIFICATE_MANAGER_PORT
 o SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
 public static final int SEMPER_PAYMENT_GENERIC_ACQUIRER_PORT
Default port for the acquirer

 o SEMPER_PAYMENT_PROTONET_ACQUIRER_PORT
 public static final int SEMPER_PAYMENT_PROTONET_ACQUIRER_PORT
 o SEMPER_PAYMENT_SET_ACQUIRER_PORT_REG
 public static final int SEMPER_PAYMENT_SET_ACQUIRER_PORT_REG
 o SEMPER_PAYMENT_SET_ACQUIRER_PORT_PAY
 public static final int SEMPER_PAYMENT_SET_ACQUIRER_PORT_PAY
 o SEMPER_CLIENT_PORT
 public static final int SEMPER_CLIENT_PORT
Default port for the SemperClient

 o SEMPER_SERVER_PORT
 public static final int SEMPER_SERVER_PORT
Default port for the SemperServer

 o DOWNLOAD_MANAGER_PORT
 public static final int DOWNLOAD_MANAGER_PORT
Download Manager Port

 o NEWS_SERVER_PORT
 public static final int NEWS_SERVER_PORT
News Server Port (Download Module)

 o CRA_SERVER_PORT
 public static final int CRA_SERVER_PORT
Credential Server Port (Download Module)

Constructors

 o WellKnownPorts
 public WellKnownPorts()

All Packages  Class Hierarchy  This Package  Previous  Next  Index