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

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


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


Param class
Attributes
Name Type Visibility
mapTo String   private
name String   private
type String   private
value String   private
Operations
Name Parameters Returns Visibility
Param
String name
String mapTo
String type
String value
 
  public
getMapTo   String   public
getName   String   public
getType   String   public
getValue   String   public
setMapTo
String mapTo
 
  public
setName
String name
 
  public
setType
String type
 
  public
setValue
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
fullTransletMethod String   private
paramTable Hashtable   private
transletClass String   private
transletMethod String   private
Operations
Name Parameters Returns Visibility
Translet
String transletClass
String transletMethod
Hashtable paramTable
 
  public
executeTranslet
Hashtable parameters
 
Vector   public
getFullTransletMethod   String   public
getParamTable   Hashtable   public
getTransletClass   String   public
getTransletMethod   String   public
setFullTransletMethod
String fullTransletMethod
 
  public
setParamTable
Hashtable paramTable
 
  public
setTransletClass
String transletClass
 
  public
setTransletMethod
String transletMethod
 
  public