Uses of Class
com.sun.corba.ee.spi.protocol.RetryType
-
Packages that use RetryType Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.spi.protocol -
-
Uses of RetryType in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as RetryType Modifier and Type Field Description private RetryType
ClientRequestInfoImpl. retryRequest
Methods in com.sun.corba.ee.impl.interceptors that return RetryType Modifier and Type Method Description (package private) RetryType
ClientRequestInfoImpl. getRetryRequest()
Retrieve the current retry request status.Methods in com.sun.corba.ee.impl.interceptors with parameters of type RetryType Modifier and Type Method Description (package private) void
ClientRequestInfoImpl. setRetryRequest(RetryType retryRequest)
Set or reset the retry request flag. -
Uses of RetryType in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return RetryType Modifier and Type Method Description static RetryType
RetryType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RetryType[]
RetryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-