Uses of Class
org.alfresco.utility.network.JmxClient.JmxPropertyOperation
-
Packages that use JmxClient.JmxPropertyOperation Package Description org.alfresco.utility.network -
-
Uses of JmxClient.JmxPropertyOperation in org.alfresco.utility.network
Methods in org.alfresco.utility.network that return JmxClient.JmxPropertyOperation Modifier and Type Method Description static JmxClient.JmxPropertyOperationJmxClient.JmxPropertyOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JmxClient.JmxPropertyOperation[]JmxClient.JmxPropertyOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.utility.network with parameters of type JmxClient.JmxPropertyOperation Modifier and Type Method Description voidJmxClient. refreshServerProperty(java.lang.String objectName, JmxClient.JmxPropertyOperation operation)Use this to perform start/stop operation after changing server propertiesvoidJmxJolokiaProxyClient. refreshServerProperty(java.lang.String objectName, JmxClient.JmxPropertyOperation operation)Use this to perform start/stop operation after changing server properties
-