Package org.eclnt.ccee.facade
Class FacadeServer
java.lang.Object
org.eclnt.ccee.facade.FacadeServer
- All Implemented Interfaces:
ICCEEConstants
Server side caller of facade - taking the serialized call-information,
calling the facade and transferring the result information into
a serialized result.
-
Field Summary
Fields inherited from interface org.eclnt.ccee.ICCEEConstants
AND, ASC, AVG, BETWEEN, BRC, BRO, COUNT, DEFAULT_CONTEXT, DESC, FUNCTIONRESULT, GREATER, GREATEREQUAL, IN, IS, ISNOT, LIKE, LL_DBG, LL_ERR, LL_INF, LL_WAR, LOWER, LOWEREQUAL, MAX, MIN, NULL, OR, ORDERBY, QPFUNCTION_LOWER, QPFUNCTION_UPPER, SUM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
callFacadeMethod
(String facadeClassName, String methodName, String[] parameterClassNames, byte[][] parameterBytes) static FacadeTransferObjectReceive
callFacadeMethod
(FacadeTransferObjectSend sendInfo) static ClassLoader
static void
setClassLoader
(ClassLoader classLoader)
-
Constructor Details
-
FacadeServer
public FacadeServer()
-
-
Method Details
-
getClassLoader
-
setClassLoader
-
callFacadeMethod
-
callFacadeMethod
public static byte[] callFacadeMethod(String facadeClassName, String methodName, String[] parameterClassNames, byte[][] parameterBytes) throws FacadeServerException - Throws:
FacadeServerException
-