All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.activeproxy.path.OpInfo

java.lang.Object
   |
   +----ninja.activeproxy.path.OpInfo

public class OpInfo
extends Object
Stores information about a particular operator


Variable Index

 o name
 o url
URL to operator -- probably not useable with most web-browsers, etc Used to open the operator via rmi.
 o xml
Complete XML description of operator

Constructor Index

 o OpInfo()

Method Index

 o getOpClassName()
 o getOpDirectoryURL()
Parse the operator url to get a path to the directory where the operator resides.
 o getOpJavaPath()
 o GetXMLURLTag()
Return http URL to the operator (the first parameter of the operator in the iSpace config file.)

Variables

 o xml
 public String xml
Complete XML description of operator

 o name
 public String name
 o url
 public String url
URL to operator -- probably not useable with most web-browsers, etc Used to open the operator via rmi.

Constructors

 o OpInfo
 public OpInfo()

Methods

 o GetXMLURLTag
 public String GetXMLURLTag()
Return http URL to the operator (the first parameter of the operator in the iSpace config file.)

Returns:
contents of codeURL tag, which is embedded in the XML of the operator when it is registered. If no such operator exists, return null;
 o getOpDirectoryURL
 public URL getOpDirectoryURL()
Parse the operator url to get a path to the directory where the operator resides. If complete url is: http://myserver/java.class returns http://myserver/

Returns:
URL path to directory where operator resides
 o getOpClassName
 public String getOpClassName()
Returns:
name of the class files from the remote URL e.g. if url is http://myserver/java.class returns java.class
 o getOpJavaPath
 public String getOpJavaPath()

All Packages  Class Hierarchy  This Package  Previous  Next  Index