C# Class Org.IdentityConnectors.Framework.Impl.Api.DelegatingTimeoutProxy

Delegating timeout proxy that selects the appropriate timeout handler depending on the method.
Inheritance: InvocationHandler
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Свойство Type Description
NO_TIMEOUT int

Méthodes publiques

Méthode Description
DelegatingTimeoutProxy ( object target, int timeoutMillis, int bufferSize ) : System

Create a new MethodTimeoutProxy.

Invoke ( object proxy, MethodInfo method, object args ) : Object

Private Methods

Méthode Description
IsStreamHandlerMethod ( MethodInfo method ) : bool

Method Details

DelegatingTimeoutProxy() public méthode

Create a new MethodTimeoutProxy.
public DelegatingTimeoutProxy ( object target, int timeoutMillis, int bufferSize ) : System
target object /// The object we are wrapping
timeoutMillis int
bufferSize int
Résultat System

Invoke() public méthode

public Invoke ( object proxy, MethodInfo method, object args ) : Object
proxy object
method System.Reflection.MethodInfo
args object
Résultat Object

Property Details

NO_TIMEOUT public_oe static_oe property

Default timeout for all operations.
public static int NO_TIMEOUT
Résultat int