org.LexGrid.LexBIG.caCore.applicationservice.resource
Class RemoteShell
java.lang.Object
org.LexGrid.LexBIG.caCore.applicationservice.resource.RemoteShell
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteShell
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteShell()
|
RemoteShell(java.lang.Class<?>[] targetInterfaces,
java.lang.Class<?> targetClass,
java.lang.String resourceUuid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteShell
public RemoteShell()
RemoteShell
public RemoteShell(java.lang.Class<?>[] targetInterfaces,
java.lang.Class<?> targetClass,
java.lang.String resourceUuid)
getTargetInterfaces
public java.lang.Class<?>[] getTargetInterfaces()
setTargetInterfaces
public void setTargetInterfaces(java.lang.Class<?>[] targetInterfaces)
getTargetClass
public java.lang.Class<?> getTargetClass()
setTargetClass
public void setTargetClass(java.lang.Class<?> targetClass)
getResourceUuid
public java.lang.String getResourceUuid()
setResourceUuid
public void setResourceUuid(java.lang.String resourceUuid)