// if (a != null)
if (object != null && object instanceof Adapter)
{
Adapter a = (Adapter)object;
//RemoteInterface skeleton = a.getRemoteInterface();
a.invoke(request.operation, objectKey, objectIn, objectOut);
if (objectOut.hasException())
{
reply.reply_status = ReplyStatusType_1_2.USER_EXCEPTION;
}