org.LexGrid.LexBIG.caCore.applicationservice.resource
Class RemoteShell

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getResourceUuid()
           
 java.lang.Class<?> getTargetClass()
           
 java.lang.Class<?>[] getTargetInterfaces()
           
 void setResourceUuid(java.lang.String resourceUuid)
           
 void setTargetClass(java.lang.Class<?> targetClass)
           
 void setTargetInterfaces(java.lang.Class<?>[] targetInterfaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteShell

public RemoteShell()

RemoteShell

public RemoteShell(java.lang.Class<?>[] targetInterfaces,
                   java.lang.Class<?> targetClass,
                   java.lang.String resourceUuid)
Method Detail

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)