Secure iNet Factory

com.jscape.inet.ssh.transport
Class ServiceRequest

java.lang.Object
  extended by com.jscape.util.task.AbstractTask
      extended by com.jscape.inet.ssh.transport.ServiceRequest
All Implemented Interfaces:
Task, java.lang.Runnable

public class ServiceRequest
extends com.jscape.util.task.AbstractTask

Version:
1.0
Author:
Alex
See Also:
Source code

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jscape.util.task.AbstractTask
com.jscape.util.task.AbstractTask.Listener, com.jscape.util.task.AbstractTask.TaskCanceledException
 
Constructor Summary
ServiceRequest()
           
 
Method Summary
 java.lang.Throwable getError()
           
 java.lang.String getServiceName()
           
 TransportClient getSession()
           
 boolean isSuccessful()
           
 boolean isValid()
           
 void setServiceName(java.lang.String serviceName)
           
 void setSession(TransportClient session)
           
 
Methods inherited from class com.jscape.util.task.AbstractTask
cancel, getListener, getName, isCanceled, isDone, isStarted, resetCancel, run, setListener, waitUntilDone, waitUntilDone, waitUntilDoneOrCanceled, waitUntilStarted, waitUntilStarted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRequest

public ServiceRequest()
Method Detail

getServiceName

public java.lang.String getServiceName()

setServiceName

public void setServiceName(java.lang.String serviceName)

getSession

public TransportClient getSession()

setSession

public void setSession(TransportClient session)

isValid

public boolean isValid()

isSuccessful

public boolean isSuccessful()

getError

public java.lang.Throwable getError()

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved