eu.larkc.core.pluginManager.remote.Servlet.Tomcat
Class JeeResourceDescription

java.lang.Object
  extended by eu.larkc.core.pluginManager.remote.Servlet.Tomcat.JeeResourceDescription
All Implemented Interfaces:
Resource

public class JeeResourceDescription
extends java.lang.Object
implements Resource

The class represents remote resource's properties for the remote execution with JEE

Author:
Alexey Cheptsov

Field Summary
 int NumMPIProcesses
          Deprecated. 
 java.lang.String URI
           
 
Constructor Summary
JeeResourceDescription()
          Empty constructor
JeeResourceDescription(java.lang.String URI)
          Constructor of the class for a standard application.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public java.lang.String URI

NumMPIProcesses

@Deprecated
public int NumMPIProcesses
Deprecated. 
Constructor Detail

JeeResourceDescription

public JeeResourceDescription()
Empty constructor


JeeResourceDescription

public JeeResourceDescription(java.lang.String URI)
Constructor of the class for a standard application.

Parameters:
URI - A string with resource's URI in the Jee notation, e.g. "http://localhost:8080/my_identifier/identifier"