Class JCoListenerSTFC_CONNECTION
- java.lang.Object
-
- de.hybris.platform.sap.core.jco.connection.impl.JCoListenerSTFC_CONNECTION
-
- All Implemented Interfaces:
ConnectionEventListener,JCoConnectionEventListener
public class JCoListenerSTFC_CONNECTION extends java.lang.Object implements JCoConnectionEventListener
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancalledAfterJCOFunctionCallSelf-explanatory.protected booleancalledBeforeJCOFunctionCallSelf-explanatory.protected booleanfunctionAvailableAfterJCOFunctionCallSelf-explanatory.protected booleanfunctionAvailableBeforeJCOFunctionCallSelf-explanatory.protected booleansourceAvailableAfterJCOFunctionCallSelf-explanatory.protected booleansourceAvailableBeforeJCOFunctionCallSelf-explanatory.
-
Constructor Summary
Constructors Constructor Description JCoListenerSTFC_CONNECTION()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnectionEvent(JCoConnectionEvent event)Method is called when a connection event occurs.voidinitialize()booleanisCalledAfterJCOFunctionCall()booleanisCalledBeforeJCOFunctionCall()booleanisFunctionAvailableAfterJCOFunctionCall()booleanisFunctionAvailableBeforeJCOFunctionCall()booleanisSourceAvailableAfterJCOFunctionCall()booleanisSourceAvailableBeforeJCOFunctionCall()
-
-
-
Field Detail
-
calledAfterJCOFunctionCall
protected boolean calledAfterJCOFunctionCall
Self-explanatory.
-
calledBeforeJCOFunctionCall
protected boolean calledBeforeJCOFunctionCall
Self-explanatory.
-
sourceAvailableAfterJCOFunctionCall
protected boolean sourceAvailableAfterJCOFunctionCall
Self-explanatory.
-
sourceAvailableBeforeJCOFunctionCall
protected boolean sourceAvailableBeforeJCOFunctionCall
Self-explanatory.
-
functionAvailableAfterJCOFunctionCall
protected boolean functionAvailableAfterJCOFunctionCall
Self-explanatory.
-
functionAvailableBeforeJCOFunctionCall
protected boolean functionAvailableBeforeJCOFunctionCall
Self-explanatory.
-
-
Method Detail
-
isCalledAfterJCOFunctionCall
public boolean isCalledAfterJCOFunctionCall()
-
isCalledBeforeJCOFunctionCall
public boolean isCalledBeforeJCOFunctionCall()
-
isSourceAvailableAfterJCOFunctionCall
public boolean isSourceAvailableAfterJCOFunctionCall()
-
isSourceAvailableBeforeJCOFunctionCall
public boolean isSourceAvailableBeforeJCOFunctionCall()
-
isFunctionAvailableAfterJCOFunctionCall
public boolean isFunctionAvailableAfterJCOFunctionCall()
-
isFunctionAvailableBeforeJCOFunctionCall
public boolean isFunctionAvailableBeforeJCOFunctionCall()
-
initialize
public void initialize()
-
connectionEvent
public void connectionEvent(JCoConnectionEvent event)
Description copied from interface:JCoConnectionEventListenerMethod is called when a connection event occurs.- Specified by:
connectionEventin interfaceJCoConnectionEventListener- Parameters:
event- Event
-
-