com.bankframe.fe.ui
Class ServerDetails

java.lang.Object
  extended bycom.bankframe.fe.ui.ServerDetails

public abstract class ServerDetails
extends java.lang.Object

This class contains the request ids and service names of the services which the SampleApplet application will interact with.


Field Summary
static java.lang.String SAMPLE_PROCESS_ACTION_DATAPACKET
           
static java.lang.String SAMPLE_PROCESS_REQUEST_ID
           
 
Constructor Summary
ServerDetails()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMPLE_PROCESS_ACTION_DATAPACKET

public static final java.lang.String SAMPLE_PROCESS_ACTION_DATAPACKET
See Also:
Constant Field Values

SAMPLE_PROCESS_REQUEST_ID

public static final java.lang.String SAMPLE_PROCESS_REQUEST_ID
See Also:
Constant Field Values
Constructor Detail

ServerDetails

public ServerDetails()


Copyright © 2005, 2007, Oracle. All rights reserved.