com.sap.conn.jco.server
Interface JCoServerRunnable

All Superinterfaces:
java.lang.Runnable

public interface JCoServerRunnable
extends java.lang.Runnable

Interface marker for the runnable-s used by the JCo server internally.


Method Summary
 JCoServerContext getContext()
          Returns the current server context, if the runnable handles an remote call
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getContext

JCoServerContext getContext()
                            throws java.lang.IllegalStateException
Returns the current server context, if the runnable handles an remote call

Returns:
the current server context, if the runnable handles an remote call
Throws:
java.lang.IllegalStateException - if the runnable is waiting


Copyright © 2008-2014 SAP AG. All Rights Reserved.