|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonStopConfiguration | |
---|---|
org.terracotta.toolkit.builder | |
org.terracotta.toolkit.feature | |
org.terracotta.toolkit.nonstop |
Uses of NonStopConfiguration in org.terracotta.toolkit.builder |
---|
Methods in org.terracotta.toolkit.builder that return NonStopConfiguration | |
---|---|
NonStopConfiguration |
NonStopConfigurationBuilder.build()
|
Uses of NonStopConfiguration in org.terracotta.toolkit.feature |
---|
Methods in org.terracotta.toolkit.feature with parameters of type NonStopConfiguration | |
---|---|
void |
NonStopFeature.start(NonStopConfiguration nonStopConfig)
Start non stop operations |
Uses of NonStopConfiguration in org.terracotta.toolkit.nonstop |
---|
Methods in org.terracotta.toolkit.nonstop that return NonStopConfiguration | |
---|---|
NonStopConfiguration |
NonStopConfigurationRegistry.deregisterForInstance(String toolkitTypeName,
ToolkitObjectType type)
De-register the NonStopConfiguration associated with the ToolkitObjectType and whose instance name
is passed in as param. |
NonStopConfiguration |
NonStopConfigurationRegistry.deregisterForInstanceMethod(String methodName,
String toolkitTypeName,
ToolkitObjectType type)
De-register the NonStopConfiguration associated with the ToolkitObjectType and whose method name &
instance name is passed in as param. |
NonStopConfiguration |
NonStopConfigurationRegistry.deregisterForType(ToolkitObjectType type)
De-register the NonStopConfiguration associated with the ToolkitObjectType |
NonStopConfiguration |
NonStopConfigurationRegistry.deregisterForTypeMethod(String methodName,
ToolkitObjectType type)
De-register the NonStopConfiguration associated with the ToolkitObjectType and whose method name is
passed in as param. |
NonStopConfiguration |
NonStopConfigurationRegistry.getConfigForInstance(String toolkitTypeName,
ToolkitObjectType type)
|
NonStopConfiguration |
NonStopConfigurationRegistry.getConfigForInstanceMethod(String methodName,
String toolkitTypeName,
ToolkitObjectType type)
|
NonStopConfiguration |
NonStopConfigurationRegistry.getConfigForType(ToolkitObjectType type)
|
NonStopConfiguration |
NonStopConfigurationRegistry.getConfigForTypeMethod(String methodName,
ToolkitObjectType type)
|
Methods in org.terracotta.toolkit.nonstop with parameters of type NonStopConfiguration | |
---|---|
void |
NonStopConfigurationRegistry.registerForInstance(NonStopConfiguration config,
String toolkitTypeName,
ToolkitObjectType type)
Register NonStopConfiguration for all the ToolkitObjectType which have the name passed in as the
parameter. |
void |
NonStopConfigurationRegistry.registerForInstanceMethod(NonStopConfiguration config,
String methodName,
String toolkitTypeName,
ToolkitObjectType type)
Register NonStopConfiguration for the method in ToolkitObjectType and the instance name. |
void |
NonStopConfigurationRegistry.registerForType(NonStopConfiguration config,
ToolkitObjectType... types)
Register NonStopConfiguration for the all ToolkitObjectType passed in. |
void |
NonStopConfigurationRegistry.registerForTypeMethod(NonStopConfiguration config,
String methodName,
ToolkitObjectType type)
Register NonStopConfiguration for the method in ToolkitObject |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |