|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolkitObjectType | |
---|---|
org.terracotta.toolkit | |
org.terracotta.toolkit.nonstop |
Uses of ToolkitObjectType in org.terracotta.toolkit |
---|
Methods in org.terracotta.toolkit that return ToolkitObjectType | |
---|---|
static ToolkitObjectType |
ToolkitObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ToolkitObjectType[] |
ToolkitObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ToolkitObjectType in org.terracotta.toolkit.nonstop |
---|
Methods in org.terracotta.toolkit.nonstop with parameters of type ToolkitObjectType | |
---|---|
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. |
long |
NonStopConfigurationRegistry.deregisterTimeoutForSearch(String instanceName,
ToolkitObjectType objectType)
De-register the timeout set for search. |
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)
|
long |
NonStopConfigurationRegistry.getTimeoutForSearch(String instanceName,
ToolkitObjectType objectType)
|
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 |
void |
NonStopConfigurationRegistry.registerTimeoutForSearch(long timeout,
String instanceName,
ToolkitObjectType objectType)
Register a different timeout for search operations. Please note that the rest of the NonStopConfiguration is used which was registered for
ToolkitObject instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |