Skip navigation links 
 
oracle.jbo.script.debug.client.connect
Class SharedMemoryAttachingConnector
java.lang.Object
  
oracle.jbo.script.debug.client.connect.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 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 
            | 
  
 
  
 
| 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 | 
 
 
NAME
public static final java.lang.String NAME
- 
- See Also:
 
- Constant Field Values
 
 
SharedMemoryAttachingConnector
public SharedMemoryAttachingConnector(java.lang.String name)
SharedMemoryAttachingConnector
public SharedMemoryAttachingConnector()
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 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.