ilog.server.jcomp
Class ExpMethodInvocationItf

java.lang.Object
  |
  +--ilog.server.jcomp.PtclMsg
        |
        +--ilog.server.jcomp.ExtPtclMsg
              |
              +--ilog.server.jcomp.ExpMethodInvocationMsg
                    |
                    +--ilog.server.jcomp.ExpMethodInvocationItf

public class ExpMethodInvocationItf
extends ExpMethodInvocationMsg


Inner classes inherited from class ilog.server.jcomp.ExtPtclMsg
ExtPtclMsg.Decoder, ExtPtclMsg.DefaultDecoder
 
Fields inherited from class ilog.server.jcomp.ExpMethodInvocationMsg
_method, _objId, _params, _res, _sync, _tag
 
Method Summary
static void DeclItf(Class itf)
          Excluded.  
protected  MvMessage decode(MvMessage msg)
          Excluded.  
protected  MvMessage encode(MvMessage msg)
          Excluded.  
 
Methods inherited from class ilog.server.jcomp.ExpMethodInvocationMsg
decodeValue, encodeValue, getPtclMsgTag, makeTag
 
Methods inherited from class ilog.server.jcomp.ExtPtclMsg
Register, Register, toString, Unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

encode

protected MvMessage encode(MvMessage msg)
Excluded. 
Overrides:
encode in class ExtPtclMsg

decode

protected MvMessage decode(MvMessage msg)
Excluded. 
Overrides:
decode in class ExtPtclMsg

DeclItf

public static void DeclItf(Class itf)
Excluded.