org.astrogrid.jes.delegate
Interface Delegate

All Known Subinterfaces:
JobController, JobMonitor
All Known Implementing Classes:
AbstractDelegate, JobControllerDelegate, JobMonitorDelegate

public interface Delegate

Interface common to all delegate objects.

Author:
Noel Winstanley nw@jb.man.ac.uk 06-Feb-2004

Field Summary
static java.lang.String TEST_URI
          pass this as the target endpoint to return a 'test' delegate
 
Method Summary
 java.lang.String getTargetEndPoint()
          access the endpoint this delegate will communicate with
 int getTimeout()
          retreive the timeout value for communications to the service
 void setTimeout(int timeout)
          configure the timeout for communications to the service
 

Field Detail

TEST_URI

public static final java.lang.String TEST_URI
pass this as the target endpoint to return a 'test' delegate

See Also:
Constant Field Values
Method Detail

getTargetEndPoint

public java.lang.String getTargetEndPoint()
access the endpoint this delegate will communicate with


setTimeout

public void setTimeout(int timeout)
configure the timeout for communications to the service


getTimeout

public int getTimeout()
retreive the timeout value for communications to the service



Copyright © 2002-2007 AstroGrid. All Rights Reserved.