Package org.apache.sling.cta.impl
Interface AgentInfoMBean
-
- All Known Implementing Classes:
AgentInfo
public interface AgentInfoMBean
Exposes runtime information about the agent using JMX.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getConnectTimeoutMillis()
Returns the connect timeoutlong
getReadTimeoutMillis()
Returns the read timeoutjava.lang.String[]
getTransformedClasses()
Returns the classes that were transformed to enforce global timeout defaultsjava.lang.String[]
getTransformers()
Returns the active transformers
-
-
-
Method Detail
-
getConnectTimeoutMillis
long getConnectTimeoutMillis()
Returns the connect timeout- Returns:
- the connect timeout as configured, in milliseconds
-
getReadTimeoutMillis
long getReadTimeoutMillis()
Returns the read timeout- Returns:
- the read timeout as configured, in milliseconds
-
getTransformers
java.lang.String[] getTransformers()
Returns the active transformers- Returns:
- the active transformers
-
getTransformedClasses
java.lang.String[] getTransformedClasses()
Returns the classes that were transformed to enforce global timeout defaults- Returns:
- the classes that were transformed
-
-