![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java Debug Interface DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jdi.connect.spi.TransportService.Capabilities
public abstract static class TransportService.Capabilities extends Object
The transport service capabilities.
Constructor and Description |
---|
TransportService.Capabilities()
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
supportsAcceptTimeout()
Tell whether or not this transport service supports a timeout while waiting for a target VM to connect. |
abstract boolean |
supportsAttachTimeout()
Tell whether or not this transport service supports a timeout when attaching to a target VM. |
abstract boolean |
supportsHandshakeTimeout()
Tells whether or not this transport service supports a timeout when handshaking with the target VM. |
abstract boolean |
supportsMultipleConnections()
Tells whether or not this transport service can support multiple concurrent connections to a single address that it is listening on. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransportService.Capabilities()
Method Detail |
---|
public abstract boolean supportsMultipleConnections()
public abstract boolean supportsAttachTimeout()
TransportService.attach(String,long,long)
public abstract boolean supportsAcceptTimeout()
TransportService.accept(TransportService.ListenKey,long,long)
public abstract boolean supportsHandshakeTimeout()
TransportService.attach(String,long,long)
,
TransportService.accept(TransportService.ListenKey,long,long)
|
Java Debug Interface DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999, 2010, Oracle Corporation. All rights reserved.