Searched refs:getStreamFormatVersion (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DInputStreamHook.java253 protected abstract byte getStreamFormatVersion(); method in class:InputStreamHook
297 if (stream.getStreamFormatVersion() == 2)
383 if (stream.getStreamFormatVersion() == 2) {
394 if (stream.getStreamFormatVersion() == 2)
434 if (stream.getStreamFormatVersion() == 2) {
461 if (stream.getStreamFormatVersion() == 2) {
H A DOutputStreamHook.java166 public byte getStreamFormatVersion() { method in class:OutputStreamHook
234 if (stream.getStreamFormatVersion() == 2)
270 if (stream.getStreamFormatVersion() == 2)
297 if (stream.getStreamFormatVersion() == 2)
H A DIIOPInputStream.java256 protected byte getStreamFormatVersion() { method in class:IIOPInputStream
1504 if (getStreamFormatVersion() == 2) {
1666 if (getStreamFormatVersion() == 2) {
2406 if (getStreamFormatVersion() == 2) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSharedCDRContactInfoImpl.java139 corbaMessageMediator.getStreamFormatVersion(),
H A DCorbaContactInfoBase.java219 corbaMessageMediator.getStreamFormatVersion());
H A DSocketOrChannelAcceptorImpl.java539 corbaMessageMediator.getStreamFormatVersion());
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DCorbaMessageMediator.java87 public byte getStreamFormatVersion(); // REVIST name ForRequest? method in interface:CorbaMessageMediator
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java510 public byte getStreamFormatVersion() method in class:CorbaMessageMediatorImpl
2208 messageMediator.getStreamFormatVersion(),

Completed in 67 milliseconds