| Package | Description |
|---|---|
| de.taimos.dvalin.interconnect.model.service |
| Modifier and Type | Method and Description |
|---|---|
DaemonScanner.Type |
DaemonScanner.DaemonMethod.getType() |
static DaemonScanner.Type |
DaemonScanner.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaemonScanner.Type[] |
DaemonScanner.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2016 Taimos GmbH. All rights reserved.