|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timing | |
|---|---|
| com.ca.commons.opbindings.xmlbind | |
| com.ca.jcs.processor | Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. |
| com.ca.jcs.processor.script | This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour
of an existing connector using OpBindings. |
| Uses of Timing in com.ca.commons.opbindings.xmlbind |
|---|
| Fields in com.ca.commons.opbindings.xmlbind declared as Timing | |
|---|---|
protected Timing |
OpBindingType.timing
|
| Methods in com.ca.commons.opbindings.xmlbind that return Timing | |
|---|---|
static Timing |
Timing.fromValue(String v)
|
Timing |
OpBindingType.getTiming()
Gets the value of the timing property. |
static Timing |
Timing.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Timing[] |
Timing.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.ca.commons.opbindings.xmlbind with parameters of type Timing | |
|---|---|
void |
OpBindingType.setTiming(Timing value)
Sets the value of the timing property. |
| Uses of Timing in com.ca.jcs.processor |
|---|
| Methods in com.ca.jcs.processor with parameters of type Timing | |
|---|---|
String |
MethodStyleOpProxyHandler.invokeUpdateWithTiming(Operation op,
Object[] args,
ObjectInfo objInfo,
AttributesProxy currAttrs,
Timing timing,
OpBindingType binding,
Map<String,Integer> argPosMap,
MethodStyleOpProxyHandler.AttributeHandler attrHandler)
|
| Uses of Timing in com.ca.jcs.processor.script |
|---|
| Methods in com.ca.jcs.processor.script with parameters of type Timing | |
|---|---|
void |
ScriptStyleOpProxyHandler.invokeUpdateWithTiming(Method method,
Operation op,
Object[] args,
ObjectInfo objInfo,
AttributesProxy currAttrs,
Timing timing,
OpBindingType binding,
List<String> argNames)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||