Package: de.folt.rpc.webserver Diagram Back to overview

ConfigurationHandler class
Attributes
Name Type Visibility
xmlConfigurationFile String   private
urls URL[]   private
transletTable Hashtable   private
ucl URLClassLoader   public
Operations
Name Parameters Returns Visibility
loadJarFiles
org.w3c.dom.Element root
 
int   private
loadTranslets
org.w3c.dom.Element root
 
int   private
addTranslet
org.w3c.dom.Element translet
 
boolean   private
ConfigurationHandler
String xmlConfigurationFile
 
  public
getUcl   URLClassLoader   public
setUcl
URLClassLoader ucl
 
  public
getTransletTable   Hashtable   public
setTransletTable
Hashtable transletTable
 
  public
executeTranslet
String message
Hashtable hashParams
 
Vector   public
bMethodSupported
String method
 
boolean   public
getMethodFullName
String method
 
String   public
getClassName
String method
 
String   public
getMethod
String method
 
String   public
mapParams
String method
Hashtable inhash
 
Hashtable   public


OpenTMSServer class
Attributes
Name Type Visibility
server WebServer   private
openTMSdir String   private
Operations
Name Parameters Returns Visibility
main
String[] args
 
  public
shutdown   int   public


Param class
Attributes
Name Type Visibility
name String   private
mapTo String   private
type String   private
value String   private
Operations
Name Parameters Returns Visibility
getName   String   public
setName
String name
 
  public
getMapTo   String   public
setMapTo
String mapTo
 
  public
getType   String   public
setType
String type
 
  public
getValue   String   public
setValue
String value
 
  public
Param
String name
String mapTo
String type
String value
 
  public


Shutdown class
Attributes
Name Type Visibility
openTMSdir String   private
Operations
Name Parameters Returns Visibility
main
String[] args
 
  public


Translet class
Attributes
Name Type Visibility
transletClass String   private
transletMethod String   private
paramTable Hashtable   private
fullTransletMethod String   private
Operations
Name Parameters Returns Visibility
getTransletClass   String   public
setTransletClass
String transletClass
 
  public
getTransletMethod   String   public
setTransletMethod
String transletMethod
 
  public
getParamTable   Hashtable   public
setParamTable
Hashtable paramTable
 
  public
getFullTransletMethod   String   public
setFullTransletMethod
String fullTransletMethod
 
  public
Translet
String transletClass
String transletMethod
Hashtable paramTable
 
  public
executeTranslet
Hashtable parameters
 
Vector   public