KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > impl > protocol > giopmsgheaders > FragmentMessage


1 /*
2  * @(#)FragmentMessage.java 1.9 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7
8 package com.sun.corba.se.impl.protocol.giopmsgheaders;
9
10 /**
11  * This interface captures the FragmentMessage contract.
12  *
13  * @author Ram Jeyaraman 05/14/2000
14  * @version 1.0
15  */

16
17 public interface FragmentMessage extends Message {
18     int getRequestId();
19     int getHeaderLength();
20 }
21
Popular Tags