eu.larkc.core.pluginManager.remote.Servlet.Tomcat
Class JeeResourceDescription
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI
public java.lang.String URI
NumMPIProcesses
@Deprecated
public int NumMPIProcesses
- Deprecated.
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"