Package sk.ipesoft.d2000.sysobj
Class ConversationCallInfo_impl
- java.lang.Object
-
- sk.ipesoft.d2000.sysobj.ConversationCallInfo_impl
-
- All Implemented Interfaces:
CallInfo,ConversationCallInfo
public class ConversationCallInfo_impl extends java.lang.Object implements ConversationCallInfo
-
-
Constructor Summary
Constructors Constructor Description ConversationCallInfo_impl(int _internalId, ConversationContext cc, boolean isClose, int callerProcessHOBJ, int callerObjectHOBJ, boolean isJava)ConversationCallInfo_impl(int _internalId, ConversationContext cc, boolean isClose, int callerProcessHOBJ, int callerObjectHOBJ, boolean isJava, java.lang.String callerUserName_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCallerIsJava()SOCallablegetCallerObject()D2ProcessgetCallerProcess()java.lang.StringgetCallerUserName()ConversationContextgetConversationContext()booleanisClose()
-
-
-
Constructor Detail
-
ConversationCallInfo_impl
public ConversationCallInfo_impl(int _internalId, ConversationContext cc, boolean isClose, int callerProcessHOBJ, int callerObjectHOBJ, boolean isJava)
-
ConversationCallInfo_impl
public ConversationCallInfo_impl(int _internalId, ConversationContext cc, boolean isClose, int callerProcessHOBJ, int callerObjectHOBJ, boolean isJava, java.lang.String callerUserName_)
-
-
Method Detail
-
getConversationContext
public ConversationContext getConversationContext()
- Specified by:
getConversationContextin interfaceConversationCallInfo
-
isClose
public boolean isClose()
- Specified by:
isClosein interfaceConversationCallInfo
-
getCallerProcess
public D2Process getCallerProcess()
- Specified by:
getCallerProcessin interfaceCallInfo
-
getCallerObject
public SOCallable getCallerObject()
- Specified by:
getCallerObjectin interfaceCallInfo
-
getCallerIsJava
public boolean getCallerIsJava()
- Specified by:
getCallerIsJavain interfaceCallInfo
-
getCallerUserName
public java.lang.String getCallerUserName()
- Specified by:
getCallerUserNamein interfaceCallInfo
-
-