Package sk.ipesoft.d2000.sysobj
Class CallInfo_impl
- java.lang.Object
-
- sk.ipesoft.d2000.sysobj.CallInfo_impl
-
-
Constructor Summary
Constructors Constructor Description CallInfo_impl(int _internalId, int callerProcessHOBJ, int callerObjectHOBJ, boolean isJava)CallInfo_impl(int _internalId, 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()
-
-
-
Method Detail
-
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
-
-