com.bankframe.examples.fe.ui
Class SampleServerDetails

java.lang.Object
  extended bycom.bankframe.examples.fe.ui.SampleServerDetails

public class SampleServerDetails
extends java.lang.Object

The ServerDetails class. 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 PING_PROCESS_DATAPACKET
           
static java.lang.String PING_REQUEST_ID
           
 
Constructor Summary
SampleServerDetails()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PING_PROCESS_DATAPACKET

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

PING_REQUEST_ID

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

SampleServerDetails

public SampleServerDetails()


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