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

E10653-08

oracle.jbo.script.debug
Class SharedMemoryAttachingConnector

java.lang.Object
  extended by oracle.jbo.script.debug.SharedMemoryAttachingConnector
All Implemented Interfaces:
com.sun.jdi.connect.AttachingConnector, com.sun.jdi.connect.Connector

public class SharedMemoryAttachingConnector
extends java.lang.Object
implements com.sun.jdi.connect.AttachingConnector

Since:
release specific (what release of product did this appear in)

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jdi.connect.Connector
com.sun.jdi.connect.Connector.Argument, com.sun.jdi.connect.Connector.BooleanArgument, com.sun.jdi.connect.Connector.IntegerArgument, com.sun.jdi.connect.Connector.SelectedArgument, com.sun.jdi.connect.Connector.StringArgument
 
Field Summary
static java.lang.String NAME
           
 
Constructor Summary
SharedMemoryAttachingConnector()
           
 
Method Summary
 com.sun.jdi.VirtualMachine attach(java.util.Map<java.lang.String,? extends com.sun.jdi.connect.Connector.Argument> args)
          Attach to a target VM using the specified arguments - the address of the target VM is specified by the address connector argument.
 com.sun.jdi.VirtualMachine attach(java.lang.String address, java.util.Map args)
          Attach to a target VM using the specified address and Connector arguments.
 java.util.Map<java.lang.String,com.sun.jdi.connect.Connector.Argument> defaultArguments()
           
 java.lang.String description()
           
 java.lang.String name()
           
 com.sun.jdi.connect.Transport transport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

SharedMemoryAttachingConnector

public SharedMemoryAttachingConnector()
Method Detail

name

public java.lang.String name()
Specified by:
name in interface com.sun.jdi.connect.Connector

description

public java.lang.String description()
Specified by:
description in interface com.sun.jdi.connect.Connector

transport

public com.sun.jdi.connect.Transport transport()
Specified by:
transport in interface com.sun.jdi.connect.Connector

defaultArguments

public java.util.Map<java.lang.String,com.sun.jdi.connect.Connector.Argument> defaultArguments()
Specified by:
defaultArguments in interface com.sun.jdi.connect.Connector

attach

public com.sun.jdi.VirtualMachine attach(java.lang.String address,
                                         java.util.Map args)
                                  throws java.io.IOException,
                                         com.sun.jdi.connect.IllegalConnectorArgumentsException
Attach to a target VM using the specified address and Connector arguments.

Throws:
java.io.IOException
com.sun.jdi.connect.IllegalConnectorArgumentsException

attach

public com.sun.jdi.VirtualMachine attach(java.util.Map<java.lang.String,? extends com.sun.jdi.connect.Connector.Argument> args)
                                  throws java.io.IOException,
                                         com.sun.jdi.connect.IllegalConnectorArgumentsException
Attach to a target VM using the specified arguments - the address of the target VM is specified by the address connector argument.

Specified by:
attach in interface com.sun.jdi.connect.AttachingConnector
Throws:
java.io.IOException
com.sun.jdi.connect.IllegalConnectorArgumentsException

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

E10653-08

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