Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.rmi
Interface RmiContextConstants

All Known Subinterfaces:
TengahContext, WLContext

public interface RmiContextConstants

Field Summary
static String CONNECT_TIMEOUT
          The amount of time, in milliseconds, a request waits for a connection response from the server.
static String REQUEST_TIMEOUT
          Deprecated. - Use CONNECT_TIMEOUT
static String RESPONSE_READ_TIMEOUT
          The amount of time, in milliseconds, a client request waits for a response from the remote server after a connection has been established.
static String RMI_TIMEOUT
          Deprecated. - Use RESPONSE_READ_TIMEOUT

 

Field Detail

RESPONSE_READ_TIMEOUT

static final String RESPONSE_READ_TIMEOUT
The amount of time, in milliseconds, a client request waits for a response from the remote server after a connection has been established. A value of 0 implies that the request does not timeout. This timeout applies to all remote objects created within the scope of the context and does not override values set on a method using annotations.
See Also:
Constant Field Values

CONNECT_TIMEOUT

static final String CONNECT_TIMEOUT
The amount of time, in milliseconds, a request waits for a connection response from the server. A value of 0 implies that the connection request does not timeout. This timeout applies to the bootstrap and the re-establishment of connections.
See Also:
Constant Field Values

REQUEST_TIMEOUT

static final String REQUEST_TIMEOUT
Deprecated. - Use CONNECT_TIMEOUT
The amount of time, in milliseconds, a request waits for a connection response from the server. A value of 0 implies that the connection request does not timeout. This property also applies to the bootstrap request.
See Also:
RmiContextConstants.CONNECT_TIMEOUT, Constant Field Values

RMI_TIMEOUT

static final String RMI_TIMEOUT
Deprecated. - Use RESPONSE_READ_TIMEOUT
The amount of time, in milliseconds, a request waits for a response from the remote server after a connection has been established. A value of 0 implies that the request does not timeout.
See Also:
RmiContextConstants.RESPONSE_READ_TIMEOUT, Constant Field Values

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09