Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.3)

E10653-11


oracle.jbo.script.debug.common.connect
Class SharedMemoryConnection

java.lang.Object
  extended by com.sun.jdi.connect.spi.Connection
      extended by oracle.jbo.script.debug.common.connect.SharedMemoryConnection


public class SharedMemoryConnection
extends com.sun.jdi.connect.spi.Connection
Since:
release specific (what release of product did this appear in)

Method Summary
 void close()
           
 void handshake(long handshakeTimeout)
          Deprecated.  
 boolean isOpen()
           
 byte[] readPacket()
           
 void writePacket(byte[] b)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

handshake

public void handshake(long handshakeTimeout)
               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
For internal use only. Application developers should not use this

close

public void close()
Specified by:
close in class com.sun.jdi.connect.spi.Connection

isOpen

public boolean isOpen()
Specified by:
isOpen in class com.sun.jdi.connect.spi.Connection

readPacket

public byte[] readPacket()
                  throws java.io.IOException
Specified by:
readPacket in class com.sun.jdi.connect.spi.Connection
Throws:
java.io.IOException

writePacket

public void writePacket(byte[] b)
                 throws java.io.IOException
Specified by:
writePacket in class com.sun.jdi.connect.spi.Connection
Throws:
java.io.IOException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.3)

E10653-11


Copyright © 1997, 2014, Oracle. All rights reserved.