Package wt.associativity
Class NCServerHolder
java.lang.Object
wt.associativity.NCServerHolder
Holds the collectorId and NC
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleandoesNavigationCriteriaContainConfigSpecs(NCServerHolder nc_server_holder)
Supported API: truestatic booleandoesNavigationCriteriaContainFilters(NCServerHolder nc_server_holder)
Supported API: truestatic NCServerHoldermakeForConfigSpec(ConfigSpec config_spec)
Supported API: truestatic NCServerHoldermakeForDefault(Class<?> object_class)
Supported API: truestatic NCServerHoldermakeForIterated(Iterated iterated)
Supported API: truestatic NCServerHolder
Supported API: truestatic NCServerHoldermakeForView(View view)
Supported API: truestatic NCServerHoldermakeForView(View view, Variation1 variation1, Variation2 variation2)
Supported API: true
-
Method Details
-
makeForConfigSpec
Supported API: true- Parameters:
config_spec-- Returns:
- NCServerHolder
-
makeForLatestConfigSpec
Supported API: true- Returns:
- NCServerHolder
-
makeForView
public static NCServerHolder makeForView(View view, Variation1 variation1, Variation2 variation2) throws WTException, WTPropertyVetoException
Supported API: true- Returns:
- NCServerHolder
- Throws:
WTExceptionWTPropertyVetoException
-
makeForView
Supported API: true- Returns:
- NCServerHolder
- Throws:
WTExceptionWTPropertyVetoException
-
makeForIterated
Supported API: true- Returns:
- NCServerHolder
- Throws:
WTException
-
makeForDefault
Supported API: true- Returns:
- NCServerHolder
- Throws:
WTException
-