Examples of CreateJournalRequest


Examples of org.hxzon.asn1.mms.sequence.CreateJournalRequest

            return new InitializeJournalRequest().init("initializeJournal", "initializeJournal", tag, stream);
        case Tag.CONTEXT | 68:
            //ReportJournalStatus-Request ::= ObjectName  -- Journal Name
            return new ObjectName().init("reportJournalStatus", "reportJournalStatus", tag, stream);
        case Tag.CONTEXT | 69:
            return new CreateJournalRequest().init("createJournal", "createJournal", tag, stream);
        case Tag.CONTEXT | 70:
            return new DeleteJournalRequest().init("deleteJournal", "deleteJournal", tag, stream);
        case Tag.CONTEXT | 71:
            return new GetCapabilityListRequest().init("getCapabilityList", "getCapabilityList", tag, stream);
        case Tag.CONTEXT | 72:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.