public static final class DaemonScanner.DaemonMethod extends Object
| Constructor and Description |
|---|
DaemonMethod(Class<? extends InterconnectObject> aRequest,
Method aMethod,
DaemonScanner.Type aType,
Long aTimeoutInMs,
boolean aSecure)
Deprecated.
Use DaemonMethod(aRequest, aMethod, aType, aTimeoutInMs, aSecure, anIdempotent) instead
|
DaemonMethod(Class<? extends InterconnectObject> aRequest,
Method aMethod,
DaemonScanner.Type aType,
Long aTimeoutInMs,
boolean aSecure,
boolean anIdempotent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Method |
getMethod() |
Class<? extends InterconnectObject> |
getRequest() |
Long |
getTimeoutInMs() |
DaemonScanner.Type |
getType() |
int |
hashCode() |
InterconnectObject |
invoke(IDaemonHandler handler,
InterconnectObject ivo) |
boolean |
isIdempotent() |
boolean |
isSecure() |
public DaemonMethod(Class<? extends InterconnectObject> aRequest, Method aMethod, DaemonScanner.Type aType, Long aTimeoutInMs, boolean aSecure, boolean anIdempotent)
aRequest - RequestaMethod - MethodaType - typeaTimeoutInMs - Timeout (in ms)aSecure - Secure?anIdempotent - Idempotent?@Deprecated public DaemonMethod(Class<? extends InterconnectObject> aRequest, Method aMethod, DaemonScanner.Type aType, Long aTimeoutInMs, boolean aSecure)
aRequest - RequestaMethod - MethodaType - typeaTimeoutInMs - Timeout (in ms)aSecure - Secure?public Class<? extends InterconnectObject> getRequest()
public Method getMethod()
public DaemonScanner.Type getType()
public Long getTimeoutInMs()
public boolean isSecure()
public boolean isIdempotent()
public InterconnectObject invoke(IDaemonHandler handler, InterconnectObject ivo) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
handler - Handlerivo - Request IVOIllegalAccessException - ...IllegalArgumentException - ...InvocationTargetException - ...Copyright © 2016 Taimos GmbH. All rights reserved.