You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Davanum Srinivas <da...@gmail.com> on 2004/05/04 08:24:12 UTC

[sandesha] RMClientRequestHandler still uses old methods in custom Call.java

Jaliya, folks,

can you please fix the code in RMClientRequestHandler.java? Please
ALWAYS ensure that the code in CVS builds properly.

        // Three parameters: sequenceIdentifier, isOneWay and isLastMessage.
        String sequenceID = call.getSequenceIdentifier();
        boolean isOneWay = call.isOneWayInvoke();
        boolean isLastMessage = call.isLastMessage();
        boolean isCreateSequence = call.isCreateSequence();
        boolean isResponseExpected = call.isResponseExpected();

Thanks,
dims