Created
June 14, 2011 16:10
-
-
Save dcarley/1025231 to your computer and use it in GitHub Desktop.
Tomcat /jolokia/list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"timestamp":1308067638, | |
"status":200, | |
"request":{ | |
"type":"list" | |
}, | |
"value":{ | |
"Users":{ | |
"database=UserDatabase,rolename=manager,type=Role":{ | |
"desc":"Security role from a user database", | |
"attr":{ | |
"rolename":{ | |
"desc":"Role name of this role", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"description":{ | |
"desc":"Description of this role", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"database=UserDatabase,type=UserDatabase":{ | |
"desc":"In-memory user and group database", | |
"op":{ | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"save":{ | |
"ret":"void", | |
"desc":"Save current users and groups to persistent storage", | |
"args":[ | |
] | |
}, | |
"findRole":{ | |
"ret":"java.lang.String", | |
"desc":"Return MBean Name of the specified role (if any)", | |
"args":[ | |
{ | |
"desc":"Role name of the requested role", | |
"name":"rolename", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeGroup":{ | |
"ret":"void", | |
"desc":"Remove existing group (and all user memberships)", | |
"args":[ | |
{ | |
"desc":"Group name of the group to remove", | |
"name":"groupname", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Init", | |
"args":[ | |
] | |
}, | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy", | |
"args":[ | |
] | |
}, | |
"createGroup":{ | |
"ret":"java.lang.String", | |
"desc":"Create new group and return MBean name", | |
"args":[ | |
{ | |
"desc":"Group name of the new group", | |
"name":"groupname", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Description of the new group", | |
"name":"description", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createUser":{ | |
"ret":"java.lang.String", | |
"desc":"Create new user and return MBean name", | |
"args":[ | |
{ | |
"desc":"User name of the new user", | |
"name":"username", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Password of the new user", | |
"name":"password", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Full name of the new user", | |
"name":"fullName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createRole":{ | |
"ret":"java.lang.String", | |
"desc":"Create new role and return MBean name", | |
"args":[ | |
{ | |
"desc":"Role name of the new role", | |
"name":"rolename", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Description of the new role", | |
"name":"description", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"removeRole":{ | |
"ret":"void", | |
"desc":"Remove existing role", | |
"args":[ | |
{ | |
"desc":"Role name of the role to remove", | |
"name":"rolename", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"findUser":{ | |
"ret":"java.lang.String", | |
"desc":"Return MBean Name of the specified user (if any)", | |
"args":[ | |
{ | |
"desc":"User name of the requested user", | |
"name":"username", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeUser":{ | |
"ret":"void", | |
"desc":"Remove existing user (and all group memberships)", | |
"args":[ | |
{ | |
"desc":"User name of the user to remove", | |
"name":"username", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"findGroup":{ | |
"ret":"java.lang.String", | |
"desc":"Return MBean Name of the specified group (if any)", | |
"args":[ | |
{ | |
"desc":"Group name of the requested group", | |
"name":"groupname", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"users":{ | |
"desc":"MBean Names of all defined users", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"roles":{ | |
"desc":"MBean Names of all defined roles", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"writeable":{ | |
"desc":"Check if user database is writeable", | |
"type":null, | |
"rw":false | |
}, | |
"pathname":{ | |
"desc":"Relative or absolute pathname to database file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"readonly":{ | |
"desc":"No persistant save of the user database", | |
"type":"boolean", | |
"rw":false | |
}, | |
"groups":{ | |
"desc":"MBean Names of all defined groups", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
} | |
} | |
}, | |
"database=UserDatabase,rolename=admin,type=Role":{ | |
"desc":"Security role from a user database", | |
"attr":{ | |
"rolename":{ | |
"desc":"Role name of this role", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"description":{ | |
"desc":"Description of this role", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"database=UserDatabase,type=User,username=\"admin\"":{ | |
"desc":"User from a user database", | |
"op":{ | |
"removeGroups":{ | |
"ret":"void", | |
"desc":"Remove all group memberships for this user", | |
"args":[ | |
] | |
}, | |
"addGroup":{ | |
"ret":"void", | |
"desc":"Add a new group membership for this user", | |
"args":[ | |
{ | |
"desc":"Group name of the new group", | |
"name":"groupname", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeRole":{ | |
"ret":"void", | |
"desc":"Remove an old authorized role for this user", | |
"args":[ | |
{ | |
"desc":"Role to be removed", | |
"name":"role", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeRoles":{ | |
"ret":"void", | |
"desc":"Remove all authorized roles for this user", | |
"args":[ | |
] | |
}, | |
"removeGroup":{ | |
"ret":"void", | |
"desc":"Remove an old group membership for this user", | |
"args":[ | |
{ | |
"desc":"Group name of the old group", | |
"name":"groupname", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addRole":{ | |
"ret":"void", | |
"desc":"Add a new authorized role for this user", | |
"args":[ | |
{ | |
"desc":"Role to be added", | |
"name":"role", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"username":{ | |
"desc":"User name of this user", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"roles":{ | |
"desc":"MBean Names of roles for this user", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"fullName":{ | |
"desc":"Full name of this user", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"password":{ | |
"desc":"Password of this user", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"groups":{ | |
"desc":"MBean Names of groups this user is a member of", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
} | |
} | |
} | |
}, | |
"JMImplementation":{ | |
"type=MBeanServerDelegate":{ | |
"desc":"Represents the MBean server from the management point of view.", | |
"attr":{ | |
"ImplementationVendor":{ | |
"desc":"the JMX implementation vendor (the vendor of this product).", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SpecificationVendor":{ | |
"desc":"The vendor of the JMX specification implemented by this product.", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"ImplementationVersion":{ | |
"desc":"The JMX implementation version (the version of this product).", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"MBeanServerId":{ | |
"desc":"The MBean server agent identification", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SpecificationVersion":{ | |
"desc":"The version of the JMX specification implemented by this product.", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SpecificationName":{ | |
"desc":"The full name of the JMX specification implemented by this product.", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"ImplementationName":{ | |
"desc":"The JMX implementation name (the name of this product)", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
} | |
}, | |
"jmx4perl":{ | |
"type=Config":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetHistoryEntries":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
}, | |
"resetDebugInfo":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
}, | |
"setHistoryEntriesForOperation":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
{ | |
"desc":"", | |
"name":"p1", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p2", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p3", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p4", | |
"type":"int" | |
} | |
] | |
}, | |
"debugInfo":{ | |
"ret":"java.lang.String", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
}, | |
"setHistoryEntriesForAttribute":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
{ | |
"desc":"", | |
"name":"p1", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p2", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p3", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p4", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p5", | |
"type":"int" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"HistoryMaxEntries":{ | |
"desc":"Attribute exposed for management", | |
"type":"int", | |
"rw":true | |
}, | |
"Debug":{ | |
"desc":"Attribute exposed for management", | |
"type":"boolean", | |
"rw":true | |
}, | |
"MaxDebugEntries":{ | |
"desc":"Attribute exposed for management", | |
"type":"int", | |
"rw":true | |
}, | |
"HistorySize":{ | |
"desc":"Attribute exposed for management", | |
"type":"int", | |
"rw":false | |
} | |
} | |
} | |
}, | |
"com.sun.management":{ | |
"type=HotSpotDiagnostic":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"dumpHeap":{ | |
"ret":"void", | |
"desc":"dumpHeap", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"boolean" | |
} | |
] | |
}, | |
"setVMOption":{ | |
"ret":"void", | |
"desc":"setVMOption", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getVMOption":{ | |
"ret":"javax.management.openmbean.CompositeData", | |
"desc":"getVMOption", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"DiagnosticOptions":{ | |
"desc":"DiagnosticOptions", | |
"type":"[Ljavax.management.openmbean.CompositeData;", | |
"rw":false | |
} | |
} | |
} | |
}, | |
"Catalina":{ | |
"host=localhost,path=\/host-manager,type=WebappClassLoader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"attr":{ | |
"jarPath":{ | |
"desc":"The jarPath of this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"URLs":{ | |
"desc":"The URLs of this loader", | |
"type":"[Ljava.net.URL;", | |
"rw":true | |
}, | |
"antiJARLocking":{ | |
"desc":"The antiJARLocking flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextName":{ | |
"desc":"Name of the webapp context", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"name=common,type=ServerClassLoader":{ | |
"desc":"Information on the management interface of the MBean" | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/,j2eeType=Servlet,name=jsp":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/,j2eeType=Servlet,name=default":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"port=8080,type=ProtocolHandler":{ | |
"desc":null, | |
"op":{ | |
"pause":{ | |
"ret":"void", | |
"desc":"Introspected operation pause", | |
"args":[ | |
] | |
}, | |
"destroy":{ | |
"ret":"void", | |
"desc":"Introspected operation destroy", | |
"args":[ | |
] | |
}, | |
"resume":{ | |
"ret":"void", | |
"desc":"Introspected operation resume", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Introspected operation start", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Introspected operation init", | |
"args":[ | |
] | |
}, | |
"postRegister":{ | |
"ret":"void", | |
"desc":"Introspected operation postRegister", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.Boolean" | |
} | |
] | |
}, | |
"getAttribute":{ | |
"ret":"java.lang.Object", | |
"desc":"Introspected operation getAttribute", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"useSendfile":{ | |
"desc":"Introspected attribute useSendfile", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxThreads":{ | |
"desc":"Introspected attribute maxThreads", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLEnabled":{ | |
"desc":"Introspected attribute sSLEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"unlockTimeout":{ | |
"desc":"Introspected attribute unlockTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"compressableMimeType":{ | |
"desc":"Introspected attribute compressableMimeType", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"pollerThreadCount":{ | |
"desc":"Introspected attribute pollerThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLVerifyDepth":{ | |
"desc":"Introspected attribute sSLVerifyDepth", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCACertificateFile":{ | |
"desc":"Introspected attribute sSLCACertificateFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"compression":{ | |
"desc":"Introspected attribute compression", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxSavePostSize":{ | |
"desc":"Introspected attribute maxSavePostSize", | |
"type":"int", | |
"rw":true | |
}, | |
"keepAliveTimeout":{ | |
"desc":"Introspected attribute keepAliveTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"threadPriority":{ | |
"desc":"Introspected attribute threadPriority", | |
"type":"int", | |
"rw":true | |
}, | |
"disableUploadTimeout":{ | |
"desc":"Introspected attribute disableUploadTimeout", | |
"type":"boolean", | |
"rw":true | |
}, | |
"sSLCipherSuite":{ | |
"desc":"Introspected attribute sSLCipherSuite", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"soLinger":{ | |
"desc":"Introspected attribute soLinger", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCertificateKeyFile":{ | |
"desc":"Introspected attribute sSLCertificateKeyFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"keepAlive":{ | |
"desc":"Introspected attribute keepAlive", | |
"type":"boolean", | |
"rw":true | |
}, | |
"backlog":{ | |
"desc":"Introspected attribute backlog", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLPassword":{ | |
"desc":"Introspected attribute sSLPassword", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLCertificateChainFile":{ | |
"desc":"Introspected attribute sSLCertificateChainFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"socketBuffer":{ | |
"desc":"Introspected attribute socketBuffer", | |
"type":"int", | |
"rw":true | |
}, | |
"port":{ | |
"desc":"Introspected attribute port", | |
"type":"int", | |
"rw":true | |
}, | |
"maxHttpHeaderSize":{ | |
"desc":"Introspected attribute maxHttpHeaderSize", | |
"type":"int", | |
"rw":true | |
}, | |
"secure":{ | |
"desc":"Introspected attribute secure", | |
"type":"boolean", | |
"rw":true | |
}, | |
"deferAccept":{ | |
"desc":"Introspected attribute deferAccept", | |
"type":"boolean", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"sSLCARevocationPath":{ | |
"desc":"Introspected attribute sSLCARevocationPath", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"processorCache":{ | |
"desc":"Introspected attribute processorCache", | |
"type":"int", | |
"rw":true | |
}, | |
"noCompressionUserAgents":{ | |
"desc":"Introspected attribute noCompressionUserAgents", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"pollTime":{ | |
"desc":"Introspected attribute pollTime", | |
"type":"int", | |
"rw":true | |
}, | |
"compressionMinSize":{ | |
"desc":"Introspected attribute compressionMinSize", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"Introspected attribute name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"restrictedUserAgents":{ | |
"desc":"Introspected attribute restrictedUserAgents", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"domain":{ | |
"desc":"Introspected attribute domain", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"pollerSize":{ | |
"desc":"Introspected attribute pollerSize", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCertificateFile":{ | |
"desc":"Introspected attribute sSLCertificateFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sendfileSize":{ | |
"desc":"Introspected attribute sendfileSize", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCARevocationFile":{ | |
"desc":"Introspected attribute sSLCARevocationFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"tcpNoDelay":{ | |
"desc":"Introspected attribute tcpNoDelay", | |
"type":"boolean", | |
"rw":true | |
}, | |
"protocol":{ | |
"desc":"Introspected attribute protocol", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLVerifyClient":{ | |
"desc":"Introspected attribute sSLVerifyClient", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxKeepAliveRequests":{ | |
"desc":"Introspected attribute maxKeepAliveRequests", | |
"type":"int", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Introspected attribute objectName", | |
"type":"javax.management.ObjectName", | |
"rw":false | |
}, | |
"sSLProtocol":{ | |
"desc":"Introspected attribute sSLProtocol", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"soTimeout":{ | |
"desc":"Introspected attribute soTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"sendfileThreadCount":{ | |
"desc":"Introspected attribute sendfileThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"server":{ | |
"desc":"Introspected attribute server", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLCACertificatePath":{ | |
"desc":"Introspected attribute sSLCACertificatePath", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"timeout":{ | |
"desc":"Introspected attribute timeout", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/host-manager,type=Loader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"op":{ | |
"toString":{ | |
"ret":"String", | |
"desc":"Info about the loader", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"loaderRepositoriesString":{ | |
"desc":"Repositories set in the real loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"repositories":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"repositoriesString":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loaderRepositories":{ | |
"desc":"Repositories set in the real loader", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/,type=Loader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"op":{ | |
"toString":{ | |
"ret":"String", | |
"desc":"Info about the loader", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"loaderRepositoriesString":{ | |
"desc":"Repositories set in the real loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"repositories":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"repositoriesString":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loaderRepositories":{ | |
"desc":"Repositories set in the real loader", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/,type=Manager":{ | |
"desc":"Standard implementation of the Manager interface", | |
"op":{ | |
"getCreationTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the creation time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the last access time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"listSessionIds":{ | |
"ret":"java.lang.String", | |
"desc":"Return the list of active session ids", | |
"args":[ | |
] | |
}, | |
"expireSession":{ | |
"ret":"void", | |
"desc":"Expire a session", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getSessionAttribute":{ | |
"ret":"java.lang.String", | |
"desc":"Return a session attribute", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"key of the attribute", | |
"name":"key", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getCreationTimestamp":{ | |
"ret":"long", | |
"desc":"Get the creation timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTimestamp":{ | |
"ret":"long", | |
"desc":"Get the last access timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"sessionMaxAliveTime":{ | |
"desc":"Longest time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"duplicates":{ | |
"desc":"Number of duplicated session ids generated", | |
"type":"int", | |
"rw":true | |
}, | |
"maxInactiveInterval":{ | |
"desc":"The default maximum inactive interval for Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"entropy":{ | |
"desc":"A String initialization parameter used to increase the entropy of the initialization of our random number generator", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"activeSessions":{ | |
"desc":"Number of active sessions at this moment", | |
"type":"int", | |
"rw":false | |
}, | |
"sessionCounter":{ | |
"desc":"Total number of sessions created by this manager", | |
"type":"int", | |
"rw":true | |
}, | |
"sessionAverageAliveTime":{ | |
"desc":"Average time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Time spent doing housekeeping and expiration", | |
"type":"long", | |
"rw":true | |
}, | |
"sessionIdLength":{ | |
"desc":"The session id length (in bytes) of Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"processExpiresFrequency":{ | |
"desc":"The frequency of the manager checks (expiration and passivation)", | |
"type":"int", | |
"rw":true | |
}, | |
"algorithm":{ | |
"desc":"The message digest algorithm to be used when generating session identifiers", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActive":{ | |
"desc":"Maximum number of active sessions so far", | |
"type":"int", | |
"rw":true | |
}, | |
"distributable":{ | |
"desc":"The distributable flag for Sessions created by this Manager", | |
"type":"boolean", | |
"rw":true | |
}, | |
"randomFile":{ | |
"desc":"File source of random - \/dev\/urandom or a pipe", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActiveSessions":{ | |
"desc":"The maximum number of active Sessions allowed, or -1 for no limit", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"The descriptive name of this Manager implementation (for logging)", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"expiredSessions":{ | |
"desc":"Number of sessions that expired ( doesn't include explicit invalidations )", | |
"type":"int", | |
"rw":true | |
}, | |
"rejectedSessions":{ | |
"desc":"Number of sessions we rejected due to maxActive beeing reached", | |
"type":"int", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"pathname":{ | |
"desc":"Path name of the disk file in which active sessions", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/,resourcetype=Context,type=NamingResources":{ | |
"desc":"Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context", | |
"op":{ | |
"removeResourceLink":{ | |
"ret":"void", | |
"desc":"Remove any resource link reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addEnvironment":{ | |
"ret":"void", | |
"desc":"Add an environment entry for this web application", | |
"args":[ | |
{ | |
"desc":"New environment entry name", | |
"name":"envName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry type", | |
"name":"type", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry value", | |
"name":"value", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeResource":{ | |
"ret":"void", | |
"desc":"Remove any resource reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeEnvironment":{ | |
"ret":"void", | |
"desc":"Remove any environment entry with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the environment entry to remove", | |
"name":"envName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResourceLink":{ | |
"ret":"void", | |
"desc":"Add a resource link reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResource":{ | |
"ret":"void", | |
"desc":"Add a resource reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"resources":{ | |
"desc":"MBean Names of all the defined resource references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"environments":{ | |
"desc":"MBean Names of the set of defined environment entries for this web application", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"resourceLinks":{ | |
"desc":"MBean Names of all the defined resource link references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"name=HttpRequest2,type=RequestProcessor,worker=http-8080":{ | |
"desc":null, | |
"attr":{ | |
"requestProcessingTime":{ | |
"desc":"Introspected attribute requestProcessingTime", | |
"type":"long", | |
"rw":false | |
}, | |
"bytesSent":{ | |
"desc":"Introspected attribute bytesSent", | |
"type":"long", | |
"rw":true | |
}, | |
"protocol":{ | |
"desc":"Introspected attribute protocol", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"rpName":{ | |
"desc":"Introspected attribute rpName", | |
"type":"javax.management.ObjectName", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Introspected attribute processingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"currentQueryString":{ | |
"desc":"Introspected attribute currentQueryString", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Introspected attribute errorCount", | |
"type":"int", | |
"rw":true | |
}, | |
"maxTime":{ | |
"desc":"Introspected attribute maxTime", | |
"type":"long", | |
"rw":true | |
}, | |
"requestBytesReceived":{ | |
"desc":"Introspected attribute requestBytesReceived", | |
"type":"long", | |
"rw":false | |
}, | |
"maxRequestUri":{ | |
"desc":"Introspected attribute maxRequestUri", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"stage":{ | |
"desc":"Introspected attribute stage", | |
"type":"int", | |
"rw":true | |
}, | |
"lastRequestProcessingTime":{ | |
"desc":"Introspected attribute lastRequestProcessingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"globalProcessor":{ | |
"desc":"Introspected attribute globalProcessor", | |
"type":"org.apache.coyote.RequestGroupInfo", | |
"rw":true | |
}, | |
"virtualHost":{ | |
"desc":"Introspected attribute virtualHost", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"serverPort":{ | |
"desc":"Introspected attribute serverPort", | |
"type":"int", | |
"rw":false | |
}, | |
"bytesReceived":{ | |
"desc":"Introspected attribute bytesReceived", | |
"type":"long", | |
"rw":true | |
}, | |
"currentUri":{ | |
"desc":"Introspected attribute currentUri", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"workerThreadName":{ | |
"desc":"Introspected attribute workerThreadName", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"method":{ | |
"desc":"Introspected attribute method", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Introspected attribute requestCount", | |
"type":"int", | |
"rw":true | |
}, | |
"requestBytesSent":{ | |
"desc":"Introspected attribute requestBytesSent", | |
"type":"long", | |
"rw":false | |
}, | |
"contentLength":{ | |
"desc":"Introspected attribute contentLength", | |
"type":"int", | |
"rw":false | |
}, | |
"remoteAddr":{ | |
"desc":"Introspected attribute remoteAddr", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"type=Engine":{ | |
"desc":"Standard Engine Component", | |
"op":{ | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"addChild":{ | |
"ret":"void", | |
"desc":"Add a virtual host", | |
"args":[ | |
{ | |
"desc":"Host object", | |
"name":"child", | |
"type":"org.apache.catalina.Container" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"jvmRoute":{ | |
"desc":"Route used for load balancing", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"baseDir":{ | |
"desc":"Base dir for this engine, typically same as catalina.base system property", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"valveObjectNames":{ | |
"desc":"ObjectNames for the valves associated with this container", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":false | |
}, | |
"realm":{ | |
"desc":"Associated realm.", | |
"type":"org.apache.catalina.Realm", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"Unique name of this Engine", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"defaultHost":{ | |
"desc":"Name of the default Host for this Engine", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/jolokia,j2eeType=Servlet,name=jolokia-agent":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,name=StandardContextValve,path=\/manager,type=Valve":{ | |
"desc":"Valve that implements the default basic behavior for the StandardContext container implementation", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"realmPath=\/realm0,type=Realm":{ | |
"desc":"Realm connected to a UserDatabase as a global JNDI resource", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"resourceName":{ | |
"desc":"The global JNDI name of the UserDatabase resource to use", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"port=8009,type=ProtocolHandler":{ | |
"desc":null, | |
"op":{ | |
"pause":{ | |
"ret":"void", | |
"desc":"Introspected operation pause", | |
"args":[ | |
] | |
}, | |
"destroy":{ | |
"ret":"void", | |
"desc":"Introspected operation destroy", | |
"args":[ | |
] | |
}, | |
"resume":{ | |
"ret":"void", | |
"desc":"Introspected operation resume", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Introspected operation start", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Introspected operation init", | |
"args":[ | |
] | |
}, | |
"postRegister":{ | |
"ret":"void", | |
"desc":"Introspected operation postRegister", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.Boolean" | |
} | |
] | |
}, | |
"getAttribute":{ | |
"ret":"java.lang.Object", | |
"desc":"Introspected operation getAttribute", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"port":{ | |
"desc":"Introspected attribute port", | |
"type":"int", | |
"rw":true | |
}, | |
"tcpNoDelay":{ | |
"desc":"Introspected attribute tcpNoDelay", | |
"type":"boolean", | |
"rw":true | |
}, | |
"requiredSecret":{ | |
"desc":"Introspected attribute requiredSecret", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"threadPriority":{ | |
"desc":"Introspected attribute threadPriority", | |
"type":"int", | |
"rw":true | |
}, | |
"useSendfile":{ | |
"desc":"Introspected attribute useSendfile", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Introspected attribute objectName", | |
"type":"javax.management.ObjectName", | |
"rw":false | |
}, | |
"soLinger":{ | |
"desc":"Introspected attribute soLinger", | |
"type":"int", | |
"rw":true | |
}, | |
"maxThreads":{ | |
"desc":"Introspected attribute maxThreads", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"tomcatAuthentication":{ | |
"desc":"Introspected attribute tomcatAuthentication", | |
"type":"boolean", | |
"rw":true | |
}, | |
"packetSize":{ | |
"desc":"Introspected attribute packetSize", | |
"type":"int", | |
"rw":true | |
}, | |
"processorCache":{ | |
"desc":"Introspected attribute processorCache", | |
"type":"int", | |
"rw":true | |
}, | |
"pollTime":{ | |
"desc":"Introspected attribute pollTime", | |
"type":"int", | |
"rw":true | |
}, | |
"backlog":{ | |
"desc":"Introspected attribute backlog", | |
"type":"int", | |
"rw":true | |
}, | |
"soTimeout":{ | |
"desc":"Introspected attribute soTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"Introspected attribute name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"domain":{ | |
"desc":"Introspected attribute domain", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"pollerSize":{ | |
"desc":"Introspected attribute pollerSize", | |
"type":"int", | |
"rw":true | |
}, | |
"keepAliveTimeout":{ | |
"desc":"Introspected attribute keepAliveTimeout", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/,type=WebappClassLoader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"attr":{ | |
"jarPath":{ | |
"desc":"The jarPath of this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"URLs":{ | |
"desc":"The URLs of this loader", | |
"type":"[Ljava.net.URL;", | |
"rw":true | |
}, | |
"antiJARLocking":{ | |
"desc":"The antiJARLocking flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextName":{ | |
"desc":"Name of the webapp context", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,j2eeType=Servlet,name=Status":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"name=StandardEngineValve,type=Valve":{ | |
"desc":"Valve that implements the default basic behavior for the StandardEngine container implementation", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/jolokia,j2eeType=Servlet,name=default":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,j2eeType=Servlet,name=Manager":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"class=org.apache.catalina.UserDatabase,name=\"UserDatabase\",resourcetype=Global,type=Resource":{ | |
"desc":"Representation of a resource reference for a web application", | |
"attr":{ | |
"scope":{ | |
"desc":"The sharing scope of this resource factory", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"description":{ | |
"desc":"The description of this resource", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"The name of this resource", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"type":{ | |
"desc":"The type of this environment entry", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"auth":{ | |
"desc":"The authorization requirement for this resource", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"type=StringCache":{ | |
"desc":null, | |
"op":{ | |
"reset":{ | |
"ret":"void", | |
"desc":"Introspected operation reset", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"trainThreshold":{ | |
"desc":"Introspected attribute trainThreshold", | |
"type":"int", | |
"rw":true | |
}, | |
"charEnabled":{ | |
"desc":"Introspected attribute charEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"byteEnabled":{ | |
"desc":"Introspected attribute byteEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"hitCount":{ | |
"desc":"Introspected attribute hitCount", | |
"type":"int", | |
"rw":false | |
}, | |
"accessCount":{ | |
"desc":"Introspected attribute accessCount", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"cacheSize":{ | |
"desc":"Introspected attribute cacheSize", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,name=StandardContextValve,path=\/host-manager,type=Valve":{ | |
"desc":"Valve that implements the default basic behavior for the StandardContext container implementation", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/,name=jsp,type=JspMonitor":{ | |
"desc":"JSP Monitoring", | |
"attr":{ | |
"jspCount":{ | |
"desc":"The number of JSPs that have been loaded into a webapp", | |
"type":"int", | |
"rw":true | |
}, | |
"jspReloadCount":{ | |
"desc":"The number of JSPs that have been reloaded", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/host-manager,resourcetype=Context,type=NamingResources":{ | |
"desc":"Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context", | |
"op":{ | |
"removeResourceLink":{ | |
"ret":"void", | |
"desc":"Remove any resource link reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addEnvironment":{ | |
"ret":"void", | |
"desc":"Add an environment entry for this web application", | |
"args":[ | |
{ | |
"desc":"New environment entry name", | |
"name":"envName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry type", | |
"name":"type", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry value", | |
"name":"value", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeResource":{ | |
"ret":"void", | |
"desc":"Remove any resource reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeEnvironment":{ | |
"ret":"void", | |
"desc":"Remove any environment entry with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the environment entry to remove", | |
"name":"envName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResourceLink":{ | |
"ret":"void", | |
"desc":"Add a resource link reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResource":{ | |
"ret":"void", | |
"desc":"Add a resource reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"resources":{ | |
"desc":"MBean Names of all the defined resource references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"environments":{ | |
"desc":"MBean Names of the set of defined environment entries for this web application", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"resourceLinks":{ | |
"desc":"MBean Names of all the defined resource link references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/jolokia,j2eeType=Servlet,name=jsp":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=\/\/localhost\/host-manager":{ | |
"desc":"Standard Context Component", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy the context", | |
"args":[ | |
] | |
}, | |
"removeValve":{ | |
"ret":"void", | |
"desc":"Remove a valve from this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be removed", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop the context", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start the context", | |
"args":[ | |
] | |
}, | |
"removeLifecycleListener":{ | |
"ret":"void", | |
"desc":"Remove a lifecycle listener from this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be removed", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Context", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Register the context into the running server", | |
"args":[ | |
] | |
}, | |
"findStaticResources":{ | |
"ret":"javax.naming.directory.DirContext", | |
"desc":"Return the naming resources associated with this web application", | |
"args":[ | |
] | |
}, | |
"addLifecycleListener":{ | |
"ret":"void", | |
"desc":"Add a lifecycle listener to this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be added", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"addValve":{ | |
"ret":"void", | |
"desc":"Add a valve to this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be added", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"reload":{ | |
"ret":"void", | |
"desc":"Reload the webapplication", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"saveConfig":{ | |
"desc":"Should the configuration be written as needed on startup", | |
"type":"boolean", | |
"rw":true | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"manager":{ | |
"desc":"Associated manager.", | |
"type":"org.apache.catalina.Manager", | |
"rw":true | |
}, | |
"cacheTTL":{ | |
"desc":"Time interval in ms between cache refeshes", | |
"type":"int", | |
"rw":true | |
}, | |
"engineName":{ | |
"desc":"Name of the engine domain, if different from the context domain", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"startTime":{ | |
"desc":"Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started", | |
"type":"long", | |
"rw":true | |
}, | |
"configFile":{ | |
"desc":"Location of the context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"realm":{ | |
"desc":"Associated realm.", | |
"type":"org.apache.catalina.Realm", | |
"rw":true | |
}, | |
"staticResources":{ | |
"desc":"Static resources associated with the context.", | |
"type":"javax.naming.directory.DirContext", | |
"rw":false | |
}, | |
"antiJARLocking":{ | |
"desc":"Take care to not lock jar files", | |
"type":"boolean", | |
"rw":true | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"compilerClasspath":{ | |
"desc":"The compiler classpath to use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"servlets":{ | |
"desc":"JSR77 list of servlets", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"valveObjectNames":{ | |
"desc":"ObjectNames for the valves associated with this container", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":false | |
}, | |
"loader":{ | |
"desc":"Associated loader.", | |
"type":"org.apache.catalina.Loader", | |
"rw":true | |
}, | |
"caseSensitive":{ | |
"desc":"Should case sensitivity checks be performed", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Cumulative execution times of all servlets in this context", | |
"type":"long", | |
"rw":false | |
}, | |
"useNaming":{ | |
"desc":"Create a JNDI naming context for this application?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"deploymentDescriptor":{ | |
"desc":"String deployment descriptor ", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cacheObjectMaxSize":{ | |
"desc":"Maximum cached object size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"override":{ | |
"desc":"The DefaultContext override flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cachingAllowed":{ | |
"desc":"Should we cache static resources for this webapp", | |
"type":"boolean", | |
"rw":true | |
}, | |
"namingContextListener":{ | |
"desc":"Associated naming context listener.", | |
"type":"org.apache.catalina.core.NamingContextListener", | |
"rw":true | |
}, | |
"swallowOutput":{ | |
"desc":"Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet", | |
"type":"boolean", | |
"rw":true | |
}, | |
"privileged":{ | |
"desc":"Access to tomcat internals", | |
"type":"boolean", | |
"rw":true | |
}, | |
"parentClassLoader":{ | |
"desc":"Parent class loader.", | |
"type":"java.lang.ClassLoader", | |
"rw":true | |
}, | |
"unloadDelay":{ | |
"desc":"Amount of ms that the container will wait for servlets to unload", | |
"type":"long", | |
"rw":true | |
}, | |
"docBase":{ | |
"desc":"The document root for this web application", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"workDir":{ | |
"desc":"The pathname to the work directory for this context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"javaVMs":{ | |
"desc":"The Java virtual machines on which this module is running", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"tldScanTime":{ | |
"desc":"Time spend scanning jars for TLDs for this context", | |
"type":"long", | |
"rw":true | |
}, | |
"state":{ | |
"desc":"Current state of this component", | |
"type":"int", | |
"rw":true | |
}, | |
"children":{ | |
"desc":"Object names of all children", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"", | |
"type":"boolean", | |
"rw":true | |
}, | |
"mappingObject":{ | |
"desc":"The object used for mapping", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"startupTime":{ | |
"desc":"Time (in milliseconds) it took to start this context", | |
"type":"long", | |
"rw":true | |
}, | |
"crossContext":{ | |
"desc":"Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"welcomeFiles":{ | |
"desc":"The welcome files for this context", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"logger":{ | |
"desc":"Associated logger.", | |
"type":"org.apache.commons.logging.Log", | |
"rw":true | |
}, | |
"path":{ | |
"desc":"The context path for this Context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cookies":{ | |
"desc":"Should we attempt to use cookies for session id communication?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"defaultContextXml":{ | |
"desc":"Location of the default context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"annotationProcessor":{ | |
"desc":"Object that processes things like injection annotations", | |
"type":"org.apache.AnnotationProcessor", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"antiResourceLocking":{ | |
"desc":"Take care to not lock resources", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Maximum cache size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"defaultWebXml":{ | |
"desc":"Location of the default web.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"server":{ | |
"desc":"The J2EE Server this module is deployed on", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"allowLinking":{ | |
"desc":"Allow symlinking to outside the webapp root directory, if the webapp is an exploded directory", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"name=HttpRequest3,type=RequestProcessor,worker=http-8080":{ | |
"desc":null, | |
"attr":{ | |
"requestProcessingTime":{ | |
"desc":"Introspected attribute requestProcessingTime", | |
"type":"long", | |
"rw":false | |
}, | |
"bytesSent":{ | |
"desc":"Introspected attribute bytesSent", | |
"type":"long", | |
"rw":true | |
}, | |
"protocol":{ | |
"desc":"Introspected attribute protocol", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"rpName":{ | |
"desc":"Introspected attribute rpName", | |
"type":"javax.management.ObjectName", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Introspected attribute processingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"currentQueryString":{ | |
"desc":"Introspected attribute currentQueryString", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Introspected attribute errorCount", | |
"type":"int", | |
"rw":true | |
}, | |
"maxTime":{ | |
"desc":"Introspected attribute maxTime", | |
"type":"long", | |
"rw":true | |
}, | |
"requestBytesReceived":{ | |
"desc":"Introspected attribute requestBytesReceived", | |
"type":"long", | |
"rw":false | |
}, | |
"maxRequestUri":{ | |
"desc":"Introspected attribute maxRequestUri", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"stage":{ | |
"desc":"Introspected attribute stage", | |
"type":"int", | |
"rw":true | |
}, | |
"lastRequestProcessingTime":{ | |
"desc":"Introspected attribute lastRequestProcessingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"globalProcessor":{ | |
"desc":"Introspected attribute globalProcessor", | |
"type":"org.apache.coyote.RequestGroupInfo", | |
"rw":true | |
}, | |
"virtualHost":{ | |
"desc":"Introspected attribute virtualHost", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"serverPort":{ | |
"desc":"Introspected attribute serverPort", | |
"type":"int", | |
"rw":false | |
}, | |
"bytesReceived":{ | |
"desc":"Introspected attribute bytesReceived", | |
"type":"long", | |
"rw":true | |
}, | |
"currentUri":{ | |
"desc":"Introspected attribute currentUri", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"workerThreadName":{ | |
"desc":"Introspected attribute workerThreadName", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"method":{ | |
"desc":"Introspected attribute method", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Introspected attribute requestCount", | |
"type":"int", | |
"rw":true | |
}, | |
"requestBytesSent":{ | |
"desc":"Introspected attribute requestBytesSent", | |
"type":"long", | |
"rw":false | |
}, | |
"contentLength":{ | |
"desc":"Introspected attribute contentLength", | |
"type":"int", | |
"rw":false | |
}, | |
"remoteAddr":{ | |
"desc":"Introspected attribute remoteAddr", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,type=Host":{ | |
"desc":"Standard Host Component", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy", | |
"args":[ | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"removeAlias":{ | |
"ret":"void", | |
"desc":"Remove the specified alias name from the aliases for this Host", | |
"args":[ | |
{ | |
"desc":"Alias name to be removed", | |
"name":"alias", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Init", | |
"args":[ | |
] | |
}, | |
"addChild":{ | |
"ret":"void", | |
"desc":"Add a context", | |
"args":[ | |
{ | |
"desc":"Context to be added", | |
"name":"child", | |
"type":"org.apache.catalina.Container" | |
} | |
] | |
}, | |
"findAliases":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the set of alias names for this Host", | |
"args":[ | |
] | |
}, | |
"findReloadedContextMemoryLeaks":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.", | |
"args":[ | |
] | |
}, | |
"addAlias":{ | |
"ret":"void", | |
"desc":"Add an alias name that should be mapped to this Host", | |
"args":[ | |
{ | |
"desc":"The alias to be added", | |
"name":"alias", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"deployOnStartup":{ | |
"desc":"The deploy on startup flag for this Host", | |
"type":"boolean", | |
"rw":true | |
}, | |
"valveObjectNames":{ | |
"desc":"Return the MBean ObjectNames of the Valves associated with this Host", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"deployXML":{ | |
"desc":"deploy Context XML config files property", | |
"type":"boolean", | |
"rw":true | |
}, | |
"autoDeploy":{ | |
"desc":"The auto deploy flag for this Host", | |
"type":"boolean", | |
"rw":true | |
}, | |
"children":{ | |
"desc":"Object names of all children", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"xmlNamespaceAware":{ | |
"desc":"Attribute value used to turn on\/off XML namespace awareness", | |
"type":"boolean", | |
"rw":true | |
}, | |
"aliases":{ | |
"desc":"Host aliases", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"realm":{ | |
"desc":"Associated realm.", | |
"type":"org.apache.catalina.Realm", | |
"rw":true | |
}, | |
"configClass":{ | |
"desc":"The configuration class for contexts", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"Unique name of this Host", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"unpackWARs":{ | |
"desc":"Unpack WARs property", | |
"type":"boolean", | |
"rw":true | |
}, | |
"xmlValidation":{ | |
"desc":"Attribute value used to turn on\/off XML validation", | |
"type":"boolean", | |
"rw":true | |
}, | |
"appBase":{ | |
"desc":"The application root for this Host", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"valveNames":{ | |
"desc":"Return the MBean Names of the Valves associated with this Host", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/host-manager,j2eeType=Servlet,name=default":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/host-manager,j2eeType=Servlet,name=HostManager":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"name=ajp-8009,type=GlobalRequestProcessor":{ | |
"desc":null, | |
"op":{ | |
"resetCounters":{ | |
"ret":"void", | |
"desc":"Introspected operation resetCounters", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"bytesSent":{ | |
"desc":"Introspected attribute bytesSent", | |
"type":"long", | |
"rw":true | |
}, | |
"bytesReceived":{ | |
"desc":"Introspected attribute bytesReceived", | |
"type":"long", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Introspected attribute processingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"errorCount":{ | |
"desc":"Introspected attribute errorCount", | |
"type":"int", | |
"rw":true | |
}, | |
"maxTime":{ | |
"desc":"Introspected attribute maxTime", | |
"type":"long", | |
"rw":true | |
}, | |
"requestCount":{ | |
"desc":"Introspected attribute requestCount", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/manager,type=Manager":{ | |
"desc":"Standard implementation of the Manager interface", | |
"op":{ | |
"getCreationTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the creation time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the last access time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"listSessionIds":{ | |
"ret":"java.lang.String", | |
"desc":"Return the list of active session ids", | |
"args":[ | |
] | |
}, | |
"expireSession":{ | |
"ret":"void", | |
"desc":"Expire a session", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getSessionAttribute":{ | |
"ret":"java.lang.String", | |
"desc":"Return a session attribute", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"key of the attribute", | |
"name":"key", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getCreationTimestamp":{ | |
"ret":"long", | |
"desc":"Get the creation timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTimestamp":{ | |
"ret":"long", | |
"desc":"Get the last access timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"sessionMaxAliveTime":{ | |
"desc":"Longest time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"duplicates":{ | |
"desc":"Number of duplicated session ids generated", | |
"type":"int", | |
"rw":true | |
}, | |
"maxInactiveInterval":{ | |
"desc":"The default maximum inactive interval for Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"entropy":{ | |
"desc":"A String initialization parameter used to increase the entropy of the initialization of our random number generator", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"activeSessions":{ | |
"desc":"Number of active sessions at this moment", | |
"type":"int", | |
"rw":false | |
}, | |
"sessionCounter":{ | |
"desc":"Total number of sessions created by this manager", | |
"type":"int", | |
"rw":true | |
}, | |
"sessionAverageAliveTime":{ | |
"desc":"Average time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Time spent doing housekeeping and expiration", | |
"type":"long", | |
"rw":true | |
}, | |
"sessionIdLength":{ | |
"desc":"The session id length (in bytes) of Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"processExpiresFrequency":{ | |
"desc":"The frequency of the manager checks (expiration and passivation)", | |
"type":"int", | |
"rw":true | |
}, | |
"algorithm":{ | |
"desc":"The message digest algorithm to be used when generating session identifiers", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActive":{ | |
"desc":"Maximum number of active sessions so far", | |
"type":"int", | |
"rw":true | |
}, | |
"distributable":{ | |
"desc":"The distributable flag for Sessions created by this Manager", | |
"type":"boolean", | |
"rw":true | |
}, | |
"randomFile":{ | |
"desc":"File source of random - \/dev\/urandom or a pipe", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActiveSessions":{ | |
"desc":"The maximum number of active Sessions allowed, or -1 for no limit", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"The descriptive name of this Manager implementation (for logging)", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"expiredSessions":{ | |
"desc":"Number of sessions that expired ( doesn't include explicit invalidations )", | |
"type":"int", | |
"rw":true | |
}, | |
"rejectedSessions":{ | |
"desc":"Number of sessions we rejected due to maxActive beeing reached", | |
"type":"int", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"pathname":{ | |
"desc":"Path name of the disk file in which active sessions", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,name=StandardContextValve,path=\/,type=Valve":{ | |
"desc":"Valve that implements the default basic behavior for the StandardContext container implementation", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,name=BasicAuthenticator,path=\/host-manager,type=Valve":{ | |
"desc":"An Authenticator and Valve implementation of HTTP BASIC Authentication", | |
"attr":{ | |
"cache":{ | |
"desc":"Should we cache authenticated Principals if the request is part of an HTTP session?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"entropy":{ | |
"desc":"A String initialization parameter used to increase the entropy of the initialization of our random number generator", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"algorithm":{ | |
"desc":"The message digest algorithm to be used when generating session identifiers", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=\/\/localhost\/":{ | |
"desc":"Standard Context Component", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy the context", | |
"args":[ | |
] | |
}, | |
"removeValve":{ | |
"ret":"void", | |
"desc":"Remove a valve from this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be removed", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop the context", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start the context", | |
"args":[ | |
] | |
}, | |
"removeLifecycleListener":{ | |
"ret":"void", | |
"desc":"Remove a lifecycle listener from this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be removed", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Context", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Register the context into the running server", | |
"args":[ | |
] | |
}, | |
"findStaticResources":{ | |
"ret":"javax.naming.directory.DirContext", | |
"desc":"Return the naming resources associated with this web application", | |
"args":[ | |
] | |
}, | |
"addLifecycleListener":{ | |
"ret":"void", | |
"desc":"Add a lifecycle listener to this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be added", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"addValve":{ | |
"ret":"void", | |
"desc":"Add a valve to this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be added", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"reload":{ | |
"ret":"void", | |
"desc":"Reload the webapplication", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"saveConfig":{ | |
"desc":"Should the configuration be written as needed on startup", | |
"type":"boolean", | |
"rw":true | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"manager":{ | |
"desc":"Associated manager.", | |
"type":"org.apache.catalina.Manager", | |
"rw":true | |
}, | |
"cacheTTL":{ | |
"desc":"Time interval in ms between cache refeshes", | |
"type":"int", | |
"rw":true | |
}, | |
"engineName":{ | |
"desc":"Name of the engine domain, if different from the context domain", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"startTime":{ | |
"desc":"Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started", | |
"type":"long", | |
"rw":true | |
}, | |
"configFile":{ | |
"desc":"Location of the context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"realm":{ | |
"desc":"Associated realm.", | |
"type":"org.apache.catalina.Realm", | |
"rw":true | |
}, | |
"staticResources":{ | |
"desc":"Static resources associated with the context.", | |
"type":"javax.naming.directory.DirContext", | |
"rw":false | |
}, | |
"antiJARLocking":{ | |
"desc":"Take care to not lock jar files", | |
"type":"boolean", | |
"rw":true | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"compilerClasspath":{ | |
"desc":"The compiler classpath to use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"servlets":{ | |
"desc":"JSR77 list of servlets", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"valveObjectNames":{ | |
"desc":"ObjectNames for the valves associated with this container", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":false | |
}, | |
"loader":{ | |
"desc":"Associated loader.", | |
"type":"org.apache.catalina.Loader", | |
"rw":true | |
}, | |
"caseSensitive":{ | |
"desc":"Should case sensitivity checks be performed", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Cumulative execution times of all servlets in this context", | |
"type":"long", | |
"rw":false | |
}, | |
"useNaming":{ | |
"desc":"Create a JNDI naming context for this application?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"deploymentDescriptor":{ | |
"desc":"String deployment descriptor ", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cacheObjectMaxSize":{ | |
"desc":"Maximum cached object size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"override":{ | |
"desc":"The DefaultContext override flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cachingAllowed":{ | |
"desc":"Should we cache static resources for this webapp", | |
"type":"boolean", | |
"rw":true | |
}, | |
"namingContextListener":{ | |
"desc":"Associated naming context listener.", | |
"type":"org.apache.catalina.core.NamingContextListener", | |
"rw":true | |
}, | |
"swallowOutput":{ | |
"desc":"Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet", | |
"type":"boolean", | |
"rw":true | |
}, | |
"privileged":{ | |
"desc":"Access to tomcat internals", | |
"type":"boolean", | |
"rw":true | |
}, | |
"parentClassLoader":{ | |
"desc":"Parent class loader.", | |
"type":"java.lang.ClassLoader", | |
"rw":true | |
}, | |
"unloadDelay":{ | |
"desc":"Amount of ms that the container will wait for servlets to unload", | |
"type":"long", | |
"rw":true | |
}, | |
"docBase":{ | |
"desc":"The document root for this web application", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"workDir":{ | |
"desc":"The pathname to the work directory for this context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"javaVMs":{ | |
"desc":"The Java virtual machines on which this module is running", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"tldScanTime":{ | |
"desc":"Time spend scanning jars for TLDs for this context", | |
"type":"long", | |
"rw":true | |
}, | |
"state":{ | |
"desc":"Current state of this component", | |
"type":"int", | |
"rw":true | |
}, | |
"children":{ | |
"desc":"Object names of all children", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"", | |
"type":"boolean", | |
"rw":true | |
}, | |
"mappingObject":{ | |
"desc":"The object used for mapping", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"startupTime":{ | |
"desc":"Time (in milliseconds) it took to start this context", | |
"type":"long", | |
"rw":true | |
}, | |
"crossContext":{ | |
"desc":"Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"welcomeFiles":{ | |
"desc":"The welcome files for this context", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"logger":{ | |
"desc":"Associated logger.", | |
"type":"org.apache.commons.logging.Log", | |
"rw":true | |
}, | |
"path":{ | |
"desc":"The context path for this Context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cookies":{ | |
"desc":"Should we attempt to use cookies for session id communication?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"defaultContextXml":{ | |
"desc":"Location of the default context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"annotationProcessor":{ | |
"desc":"Object that processes things like injection annotations", | |
"type":"org.apache.AnnotationProcessor", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"antiResourceLocking":{ | |
"desc":"Take care to not lock resources", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Maximum cache size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"defaultWebXml":{ | |
"desc":"Location of the default web.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"server":{ | |
"desc":"The J2EE Server this module is deployed on", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"allowLinking":{ | |
"desc":"Allow symlinking to outside the webapp root directory, if the webapp is an exploded directory", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,j2eeType=Servlet,name=JMXProxy":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/manager,type=WebappClassLoader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"attr":{ | |
"jarPath":{ | |
"desc":"The jarPath of this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"URLs":{ | |
"desc":"The URLs of this loader", | |
"type":"[Ljava.net.URL;", | |
"rw":true | |
}, | |
"antiJARLocking":{ | |
"desc":"The antiJARLocking flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextName":{ | |
"desc":"Name of the webapp context", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,name=ErrorReportValve,type=Valve":{ | |
"desc":"Implementation of a Valve that outputs HTML error pages", | |
"attr":{ | |
"containerName":{ | |
"desc":"Object name of the container", | |
"type":"javax.management.ObjectName", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/manager,type=Loader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"op":{ | |
"toString":{ | |
"ret":"String", | |
"desc":"Info about the loader", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"loaderRepositoriesString":{ | |
"desc":"Repositories set in the real loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"repositories":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"repositoriesString":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loaderRepositories":{ | |
"desc":"Repositories set in the real loader", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"port=8009,type=Mapper":{ | |
"desc":null, | |
"op":{ | |
"removeWrapper":{ | |
"ret":"void", | |
"desc":"Introspected operation removeWrapper", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param2", | |
"name":"param2", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeHost":{ | |
"ret":"void", | |
"desc":"Introspected operation removeHost", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeContext":{ | |
"ret":"void", | |
"desc":"Introspected operation removeContext", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"map":{ | |
"ret":"void", | |
"desc":"Introspected operation map", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"org.apache.tomcat.util.buf.MessageBytes" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"org.apache.tomcat.util.http.mapper.MappingData" | |
} | |
] | |
}, | |
"getWrappersString":{ | |
"ret":"java.lang.String", | |
"desc":"Introspected operation getWrappersString", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeHostAlias":{ | |
"ret":"void", | |
"desc":"Introspected operation removeHostAlias", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getWrapperNames":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Introspected operation getWrapperNames", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addHostAlias":{ | |
"ret":"void", | |
"desc":"Introspected operation addHostAlias", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"hosts":{ | |
"desc":"Introspected attribute hosts", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"defaultHostName":{ | |
"desc":"Introspected attribute defaultHostName", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextNames":{ | |
"desc":"Introspected attribute contextNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/jolokia,type=Manager":{ | |
"desc":"Standard implementation of the Manager interface", | |
"op":{ | |
"getCreationTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the creation time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the last access time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"listSessionIds":{ | |
"ret":"java.lang.String", | |
"desc":"Return the list of active session ids", | |
"args":[ | |
] | |
}, | |
"expireSession":{ | |
"ret":"void", | |
"desc":"Expire a session", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getSessionAttribute":{ | |
"ret":"java.lang.String", | |
"desc":"Return a session attribute", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"key of the attribute", | |
"name":"key", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getCreationTimestamp":{ | |
"ret":"long", | |
"desc":"Get the creation timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTimestamp":{ | |
"ret":"long", | |
"desc":"Get the last access timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"sessionMaxAliveTime":{ | |
"desc":"Longest time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"duplicates":{ | |
"desc":"Number of duplicated session ids generated", | |
"type":"int", | |
"rw":true | |
}, | |
"maxInactiveInterval":{ | |
"desc":"The default maximum inactive interval for Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"entropy":{ | |
"desc":"A String initialization parameter used to increase the entropy of the initialization of our random number generator", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"activeSessions":{ | |
"desc":"Number of active sessions at this moment", | |
"type":"int", | |
"rw":false | |
}, | |
"sessionCounter":{ | |
"desc":"Total number of sessions created by this manager", | |
"type":"int", | |
"rw":true | |
}, | |
"sessionAverageAliveTime":{ | |
"desc":"Average time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Time spent doing housekeeping and expiration", | |
"type":"long", | |
"rw":true | |
}, | |
"sessionIdLength":{ | |
"desc":"The session id length (in bytes) of Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"processExpiresFrequency":{ | |
"desc":"The frequency of the manager checks (expiration and passivation)", | |
"type":"int", | |
"rw":true | |
}, | |
"algorithm":{ | |
"desc":"The message digest algorithm to be used when generating session identifiers", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActive":{ | |
"desc":"Maximum number of active sessions so far", | |
"type":"int", | |
"rw":true | |
}, | |
"distributable":{ | |
"desc":"The distributable flag for Sessions created by this Manager", | |
"type":"boolean", | |
"rw":true | |
}, | |
"randomFile":{ | |
"desc":"File source of random - \/dev\/urandom or a pipe", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActiveSessions":{ | |
"desc":"The maximum number of active Sessions allowed, or -1 for no limit", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"The descriptive name of this Manager implementation (for logging)", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"expiredSessions":{ | |
"desc":"Number of sessions that expired ( doesn't include explicit invalidations )", | |
"type":"int", | |
"rw":true | |
}, | |
"rejectedSessions":{ | |
"desc":"Number of sessions we rejected due to maxActive beeing reached", | |
"type":"int", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"pathname":{ | |
"desc":"Path name of the disk file in which active sessions", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"name=ajp-8009,type=ThreadPool":{ | |
"desc":null, | |
"op":{ | |
"pause":{ | |
"ret":"void", | |
"desc":"Introspected operation pause", | |
"args":[ | |
] | |
}, | |
"destroy":{ | |
"ret":"void", | |
"desc":"Introspected operation destroy", | |
"args":[ | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Introspected operation stop", | |
"args":[ | |
] | |
}, | |
"resume":{ | |
"ret":"void", | |
"desc":"Introspected operation resume", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Introspected operation start", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Introspected operation init", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"port":{ | |
"desc":"Introspected attribute port", | |
"type":"int", | |
"rw":true | |
}, | |
"useSendfile":{ | |
"desc":"Introspected attribute useSendfile", | |
"type":"boolean", | |
"rw":true | |
}, | |
"minSpareThreads":{ | |
"desc":"Introspected attribute minSpareThreads", | |
"type":"int", | |
"rw":false | |
}, | |
"deferAccept":{ | |
"desc":"Introspected attribute deferAccept", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxThreads":{ | |
"desc":"Introspected attribute maxThreads", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"running":{ | |
"desc":"Introspected attribute running", | |
"type":"boolean", | |
"rw":false | |
}, | |
"sSLCARevocationPath":{ | |
"desc":"Introspected attribute sSLCARevocationPath", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"unlockTimeout":{ | |
"desc":"Introspected attribute unlockTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLEnabled":{ | |
"desc":"Introspected attribute sSLEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"pollTime":{ | |
"desc":"Introspected attribute pollTime", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"Introspected attribute name", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"pollerSize":{ | |
"desc":"Introspected attribute pollerSize", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCACertificateFile":{ | |
"desc":"Introspected attribute sSLCACertificateFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLVerifyDepth":{ | |
"desc":"Introspected attribute sSLVerifyDepth", | |
"type":"int", | |
"rw":true | |
}, | |
"pollerThreadCount":{ | |
"desc":"Introspected attribute pollerThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"sendfileSize":{ | |
"desc":"Introspected attribute sendfileSize", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCertificateFile":{ | |
"desc":"Introspected attribute sSLCertificateFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"currentThreadCount":{ | |
"desc":"Introspected attribute currentThreadCount", | |
"type":"int", | |
"rw":false | |
}, | |
"keepAliveTimeout":{ | |
"desc":"Introspected attribute keepAliveTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"keepAliveCount":{ | |
"desc":"Introspected attribute keepAliveCount", | |
"type":"int", | |
"rw":false | |
}, | |
"sSLCARevocationFile":{ | |
"desc":"Introspected attribute sSLCARevocationFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"tcpNoDelay":{ | |
"desc":"Introspected attribute tcpNoDelay", | |
"type":"boolean", | |
"rw":true | |
}, | |
"threadPriority":{ | |
"desc":"Introspected attribute threadPriority", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLVerifyClient":{ | |
"desc":"Introspected attribute sSLVerifyClient", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxSpareThreads":{ | |
"desc":"Introspected attribute maxSpareThreads", | |
"type":"int", | |
"rw":false | |
}, | |
"useComet":{ | |
"desc":"Introspected attribute useComet", | |
"type":"boolean", | |
"rw":true | |
}, | |
"soLinger":{ | |
"desc":"Introspected attribute soLinger", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCipherSuite":{ | |
"desc":"Introspected attribute sSLCipherSuite", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"paused":{ | |
"desc":"Introspected attribute paused", | |
"type":"boolean", | |
"rw":false | |
}, | |
"sSLCertificateKeyFile":{ | |
"desc":"Introspected attribute sSLCertificateKeyFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sendfileCount":{ | |
"desc":"Introspected attribute sendfileCount", | |
"type":"int", | |
"rw":false | |
}, | |
"sSLProtocol":{ | |
"desc":"Introspected attribute sSLProtocol", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLPassword":{ | |
"desc":"Introspected attribute sSLPassword", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"backlog":{ | |
"desc":"Introspected attribute backlog", | |
"type":"int", | |
"rw":true | |
}, | |
"acceptorThreadCount":{ | |
"desc":"Introspected attribute acceptorThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"soTimeout":{ | |
"desc":"Introspected attribute soTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"sendfileThreadCount":{ | |
"desc":"Introspected attribute sendfileThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"currentThreadsBusy":{ | |
"desc":"Introspected attribute currentThreadsBusy", | |
"type":"int", | |
"rw":false | |
}, | |
"sSLCertificateChainFile":{ | |
"desc":"Introspected attribute sSLCertificateChainFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"daemon":{ | |
"desc":"Introspected attribute daemon", | |
"type":"boolean", | |
"rw":true | |
}, | |
"sSLCACertificatePath":{ | |
"desc":"Introspected attribute sSLCACertificatePath", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"name=http-8080,type=GlobalRequestProcessor":{ | |
"desc":null, | |
"op":{ | |
"resetCounters":{ | |
"ret":"void", | |
"desc":"Introspected operation resetCounters", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"bytesSent":{ | |
"desc":"Introspected attribute bytesSent", | |
"type":"long", | |
"rw":true | |
}, | |
"bytesReceived":{ | |
"desc":"Introspected attribute bytesReceived", | |
"type":"long", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Introspected attribute processingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"errorCount":{ | |
"desc":"Introspected attribute errorCount", | |
"type":"int", | |
"rw":true | |
}, | |
"maxTime":{ | |
"desc":"Introspected attribute maxTime", | |
"type":"long", | |
"rw":true | |
}, | |
"requestCount":{ | |
"desc":"Introspected attribute requestCount", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,j2eeType=Servlet,name=HTMLManager":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,j2eeType=Servlet,name=default":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,name=StandardContextValve,path=\/jolokia,type=Valve":{ | |
"desc":"Valve that implements the default basic behavior for the StandardContext container implementation", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/jolokia,type=WebappClassLoader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"attr":{ | |
"jarPath":{ | |
"desc":"The jarPath of this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"URLs":{ | |
"desc":"The URLs of this loader", | |
"type":"[Ljava.net.URL;", | |
"rw":true | |
}, | |
"antiJARLocking":{ | |
"desc":"The antiJARLocking flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextName":{ | |
"desc":"Name of the webapp context", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/host-manager,name=jsp,type=JspMonitor":{ | |
"desc":"JSP Monitoring", | |
"attr":{ | |
"jspCount":{ | |
"desc":"The number of JSPs that have been loaded into a webapp", | |
"type":"int", | |
"rw":true | |
}, | |
"jspReloadCount":{ | |
"desc":"The number of JSPs that have been reloaded", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"name=http-8080,type=ThreadPool":{ | |
"desc":null, | |
"op":{ | |
"pause":{ | |
"ret":"void", | |
"desc":"Introspected operation pause", | |
"args":[ | |
] | |
}, | |
"destroy":{ | |
"ret":"void", | |
"desc":"Introspected operation destroy", | |
"args":[ | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Introspected operation stop", | |
"args":[ | |
] | |
}, | |
"resume":{ | |
"ret":"void", | |
"desc":"Introspected operation resume", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Introspected operation start", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Introspected operation init", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"port":{ | |
"desc":"Introspected attribute port", | |
"type":"int", | |
"rw":true | |
}, | |
"useSendfile":{ | |
"desc":"Introspected attribute useSendfile", | |
"type":"boolean", | |
"rw":true | |
}, | |
"minSpareThreads":{ | |
"desc":"Introspected attribute minSpareThreads", | |
"type":"int", | |
"rw":false | |
}, | |
"deferAccept":{ | |
"desc":"Introspected attribute deferAccept", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxThreads":{ | |
"desc":"Introspected attribute maxThreads", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"running":{ | |
"desc":"Introspected attribute running", | |
"type":"boolean", | |
"rw":false | |
}, | |
"sSLCARevocationPath":{ | |
"desc":"Introspected attribute sSLCARevocationPath", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"unlockTimeout":{ | |
"desc":"Introspected attribute unlockTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLEnabled":{ | |
"desc":"Introspected attribute sSLEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"pollTime":{ | |
"desc":"Introspected attribute pollTime", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"Introspected attribute name", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"pollerSize":{ | |
"desc":"Introspected attribute pollerSize", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCACertificateFile":{ | |
"desc":"Introspected attribute sSLCACertificateFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLVerifyDepth":{ | |
"desc":"Introspected attribute sSLVerifyDepth", | |
"type":"int", | |
"rw":true | |
}, | |
"pollerThreadCount":{ | |
"desc":"Introspected attribute pollerThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"sendfileSize":{ | |
"desc":"Introspected attribute sendfileSize", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCertificateFile":{ | |
"desc":"Introspected attribute sSLCertificateFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"currentThreadCount":{ | |
"desc":"Introspected attribute currentThreadCount", | |
"type":"int", | |
"rw":false | |
}, | |
"keepAliveTimeout":{ | |
"desc":"Introspected attribute keepAliveTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"keepAliveCount":{ | |
"desc":"Introspected attribute keepAliveCount", | |
"type":"int", | |
"rw":false | |
}, | |
"sSLCARevocationFile":{ | |
"desc":"Introspected attribute sSLCARevocationFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"tcpNoDelay":{ | |
"desc":"Introspected attribute tcpNoDelay", | |
"type":"boolean", | |
"rw":true | |
}, | |
"threadPriority":{ | |
"desc":"Introspected attribute threadPriority", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLVerifyClient":{ | |
"desc":"Introspected attribute sSLVerifyClient", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxSpareThreads":{ | |
"desc":"Introspected attribute maxSpareThreads", | |
"type":"int", | |
"rw":false | |
}, | |
"useComet":{ | |
"desc":"Introspected attribute useComet", | |
"type":"boolean", | |
"rw":true | |
}, | |
"soLinger":{ | |
"desc":"Introspected attribute soLinger", | |
"type":"int", | |
"rw":true | |
}, | |
"sSLCipherSuite":{ | |
"desc":"Introspected attribute sSLCipherSuite", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"paused":{ | |
"desc":"Introspected attribute paused", | |
"type":"boolean", | |
"rw":false | |
}, | |
"sSLCertificateKeyFile":{ | |
"desc":"Introspected attribute sSLCertificateKeyFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sendfileCount":{ | |
"desc":"Introspected attribute sendfileCount", | |
"type":"int", | |
"rw":false | |
}, | |
"sSLProtocol":{ | |
"desc":"Introspected attribute sSLProtocol", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"sSLPassword":{ | |
"desc":"Introspected attribute sSLPassword", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"backlog":{ | |
"desc":"Introspected attribute backlog", | |
"type":"int", | |
"rw":true | |
}, | |
"acceptorThreadCount":{ | |
"desc":"Introspected attribute acceptorThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"soTimeout":{ | |
"desc":"Introspected attribute soTimeout", | |
"type":"int", | |
"rw":true | |
}, | |
"sendfileThreadCount":{ | |
"desc":"Introspected attribute sendfileThreadCount", | |
"type":"int", | |
"rw":true | |
}, | |
"currentThreadsBusy":{ | |
"desc":"Introspected attribute currentThreadsBusy", | |
"type":"int", | |
"rw":false | |
}, | |
"sSLCertificateChainFile":{ | |
"desc":"Introspected attribute sSLCertificateChainFile", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"daemon":{ | |
"desc":"Introspected attribute daemon", | |
"type":"boolean", | |
"rw":true | |
}, | |
"sSLCACertificatePath":{ | |
"desc":"Introspected attribute sSLCACertificatePath", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/manager,type=Cache":{ | |
"desc":null, | |
"op":{ | |
"unload":{ | |
"ret":"boolean", | |
"desc":"Introspected operation unload", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"allocate":{ | |
"ret":"boolean", | |
"desc":"Introspected operation allocate", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"int" | |
} | |
] | |
}, | |
"load":{ | |
"ret":"void", | |
"desc":"Introspected operation load", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"org.apache.naming.resources.CacheEntry" | |
} | |
] | |
}, | |
"lookup":{ | |
"ret":"org.apache.naming.resources.CacheEntry", | |
"desc":"Introspected operation lookup", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"spareNotFoundEntries":{ | |
"desc":"Introspected attribute spareNotFoundEntries", | |
"type":"int", | |
"rw":true | |
}, | |
"hitsCount":{ | |
"desc":"Introspected attribute hitsCount", | |
"type":"long", | |
"rw":false | |
}, | |
"accessCount":{ | |
"desc":"Introspected attribute accessCount", | |
"type":"long", | |
"rw":false | |
}, | |
"desiredEntryAccessRatio":{ | |
"desc":"Introspected attribute desiredEntryAccessRatio", | |
"type":"long", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"cacheSize":{ | |
"desc":"Introspected attribute cacheSize", | |
"type":"int", | |
"rw":false | |
}, | |
"maxAllocateIterations":{ | |
"desc":"Introspected attribute maxAllocateIterations", | |
"type":"int", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Introspected attribute cacheMaxSize", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"serviceName=Catalina,type=Service":{ | |
"desc":"Standard Service Component", | |
"op":{ | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"addConnector":{ | |
"ret":"void", | |
"desc":"Add a new connector", | |
"args":[ | |
{ | |
"desc":"Connector object", | |
"name":"connector", | |
"type":"org.apache.catalina.connector.Connector" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"connectorNames":{ | |
"desc":"ObjectNames of the connectors", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":false | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"container":{ | |
"desc":"Servlet engine that will process the requests", | |
"type":"org.apache.catalina.Container", | |
"rw":true | |
}, | |
"containerName":{ | |
"desc":"ObjectNames of the engine", | |
"type":"javax.management.ObjectName", | |
"rw":false | |
}, | |
"name":{ | |
"desc":"Unique name of this Service", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/jolokia,type=Loader":{ | |
"desc":"Classloader implementation which is specialized for handling web applications", | |
"op":{ | |
"toString":{ | |
"ret":"String", | |
"desc":"Info about the loader", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"loaderRepositoriesString":{ | |
"desc":"Repositories set in the real loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"repositories":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"repositoriesString":{ | |
"desc":"Extra repositories managed by this loader", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"searchExternalFirst":{ | |
"desc":"The searchExternalFirst flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loaderRepositories":{ | |
"desc":"Repositories set in the real loader", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this Loader", | |
"type":"boolean", | |
"rw":true | |
}, | |
"delegate":{ | |
"desc":"The 'follow standard delegation model' flag that will be used to configure our ClassLoader", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"port=8009,type=Connector":{ | |
"desc":"Implementation of a Coyote connector", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy", | |
"args":[ | |
] | |
}, | |
"pause":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"resume":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Init", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"trustStoreType":{ | |
"desc":"Type of trust store file to be used for trusted certificates", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"port":{ | |
"desc":"The port number on which we listen for ajp13 requests", | |
"type":"int", | |
"rw":true | |
}, | |
"redirectPort":{ | |
"desc":"The redirect port for non-SSL to SSL redirects", | |
"type":"int", | |
"rw":true | |
}, | |
"maxHttpHeaderSize":{ | |
"desc":"Maximum size in bytes of the HTTP header", | |
"type":"int", | |
"rw":true | |
}, | |
"minSpareThreads":{ | |
"desc":"The number of request processing threads that will be created", | |
"type":"int", | |
"rw":true | |
}, | |
"secure":{ | |
"desc":"Is this a secure (SSL) Connector?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxThreads":{ | |
"desc":"The maximum number of request processing threads to be created", | |
"type":"int", | |
"rw":true | |
}, | |
"acceptCount":{ | |
"desc":"The accept count for this Connector", | |
"type":"int", | |
"rw":true | |
}, | |
"URIEncoding":{ | |
"desc":"Character encoding used to decode the URI", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"tomcatAuthentication":{ | |
"desc":"Should Tomcat perform all authentications?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"ciphers":{ | |
"desc":"Comma-separated list of SSL cipher suites to be enabled", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"algorithm":{ | |
"desc":"The certificate encoding algorithm to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"bufferSize":{ | |
"desc":"The input buffer size we should create on input streams", | |
"type":"int", | |
"rw":true | |
}, | |
"keystorePass":{ | |
"desc":"Password for accessing the key store file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"scheme":{ | |
"desc":"Protocol name for this Connector (http, https)", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"emptySessionPath":{ | |
"desc":"The 'empty session path' flag for this Connector", | |
"type":"boolean", | |
"rw":true | |
}, | |
"sslProtocols":{ | |
"desc":"Comma-separated list of SSL protocol variants to be enabled", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"compression":{ | |
"desc":"Compression value", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"protocolHandlerClassName":{ | |
"desc":"Coyote Protocol handler class name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"clientAuth":{ | |
"desc":"Should we require client authentication?", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"keepAliveTimeout":{ | |
"desc":"The number of seconds Tomcat will wait for a subsequent request before closing the connection", | |
"type":"int", | |
"rw":true | |
}, | |
"threadPriority":{ | |
"desc":"The thread priority for processors", | |
"type":"int", | |
"rw":true | |
}, | |
"tcpNoDelay":{ | |
"desc":"Should we use TCP no delay?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"protocol":{ | |
"desc":"Coyote protocol handler in use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"keystoreType":{ | |
"desc":"Type of keystore file to be used for the server certificate", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxKeepAliveRequests":{ | |
"desc":"Maximum number of Keep-Alive requests to honor per connection", | |
"type":"int", | |
"rw":true | |
}, | |
"maxSpareThreads":{ | |
"desc":"The maximum number of unused request processing threads", | |
"type":"int", | |
"rw":true | |
}, | |
"disableUploadTimeout":{ | |
"desc":"Should Tomcat ignore setting a timeout for uploads?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"keystoreFile":{ | |
"desc":"Pathname to the key store file to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"strategy":{ | |
"desc":"Thread pool strategy", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"proxyName":{ | |
"desc":"Ther Server name to which we should pretend requests to this Connector", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"enableLookups":{ | |
"desc":"The 'enable DNS lookups' flag for this Connector", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxPostSize":{ | |
"desc":"Maximum size in bytes of a POST which will be handled by the servlet API provided features", | |
"type":"int", | |
"rw":true | |
}, | |
"proxyPort":{ | |
"desc":"Ther Server port to which we should pretend requests to this Connector", | |
"type":"int", | |
"rw":true | |
}, | |
"connectionLinger":{ | |
"desc":"Linger value on the incoming connection", | |
"type":"int", | |
"rw":true | |
}, | |
"sslProtocol":{ | |
"desc":"SSL protocol variant to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"connectionTimeout":{ | |
"desc":"Timeout value on the incoming connection", | |
"type":"int", | |
"rw":true | |
}, | |
"trustStoreFile":{ | |
"desc":"Pathname to the trust store file to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"address":{ | |
"desc":"The IP address on which to bind", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"xpoweredBy":{ | |
"desc":"Is generation of X-Powered-By response header enabled\/disabled?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"trustStorePass":{ | |
"desc":"Password for accessing the trust store file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"allowTrace":{ | |
"desc":"Allow disabling TRACE method", | |
"type":"boolean", | |
"rw":true | |
}, | |
"connectionUploadTimeout":{ | |
"desc":"Timeout value on the incoming connection during request processing", | |
"type":"int", | |
"rw":true | |
}, | |
"keyAlias":{ | |
"desc":"Alias name of this connector's keypair and supporting certificate chain", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"useBodyEncodingForURI":{ | |
"desc":"Should the body encoding be used for URI query parameters", | |
"type":"boolean", | |
"rw":true | |
}, | |
"secret":{ | |
"desc":"Authentication secret (I guess ... not in Javadocs)", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"resourcetype=Global,type=NamingResources":{ | |
"desc":"Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context", | |
"op":{ | |
"removeResourceLink":{ | |
"ret":"void", | |
"desc":"Remove any resource link reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addEnvironment":{ | |
"ret":"void", | |
"desc":"Add an environment entry for this web application", | |
"args":[ | |
{ | |
"desc":"New environment entry name", | |
"name":"envName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry type", | |
"name":"type", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry value", | |
"name":"value", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeResource":{ | |
"ret":"void", | |
"desc":"Remove any resource reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeEnvironment":{ | |
"ret":"void", | |
"desc":"Remove any environment entry with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the environment entry to remove", | |
"name":"envName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResourceLink":{ | |
"ret":"void", | |
"desc":"Add a resource link reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResource":{ | |
"ret":"void", | |
"desc":"Add a resource reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"resources":{ | |
"desc":"MBean Names of all the defined resource references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"environments":{ | |
"desc":"MBean Names of the set of defined environment entries for this web application", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"resourceLinks":{ | |
"desc":"MBean Names of all the defined resource link references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,j2eeType=Servlet,name=jsp":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/host-manager,j2eeType=Servlet,name=jsp":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"type=MBeanFactory":{ | |
"desc":"Factory for MBeans and corresponding components", | |
"op":{ | |
"createFileLogger":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new FileLogger", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createWebappLoader":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new Web Application Loader", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createHttpsConnector":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new HttpsConnector", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The IP address on which to bind", | |
"name":"address", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"TCP port number to listen on", | |
"name":"port", | |
"type":"int" | |
} | |
] | |
}, | |
"removeService":{ | |
"ret":"void", | |
"desc":"Remove an existing Service", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createMemoryRealm":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new Memory Realm", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createSystemOutLogger":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new System Output Logger", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createUserDatabaseRealm":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new UserDatabase Realm", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Global JNDI resource name of our UserDatabase instance", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createJDBCRealm":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new JDBC Realm", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createAccessLoggerValve":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new AccessLoggerValve", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createStandardEngine":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new StandardEngine", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Unique name of this Engine", | |
"name":"name", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Default host name for this Engine", | |
"name":"defaultHost", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeValve":{ | |
"ret":"void", | |
"desc":"Remove an existing Valve", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeHost":{ | |
"ret":"void", | |
"desc":"Remove an existing Host", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createDataSourceRealm":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new DataSource Realm", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The JNDI named JDBC DataSource", | |
"name":"dataSourceName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The column in the user role table that names a role", | |
"name":"roleNameCol", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The column in the user table that holds the user's credentials", | |
"name":"userCredCol", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The column in the user table that holds the user's username", | |
"name":"userNameCol", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The table that holds the relation between user's and roles", | |
"name":"userRoleTable", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The table that holds user data", | |
"name":"userTable", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeRealm":{ | |
"ret":"void", | |
"desc":"Remove an existing Realm", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createSingleSignOn":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new Single Sign On Valve", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createStandardManager":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new StandardManager", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeLoader":{ | |
"ret":"void", | |
"desc":"Remove an existing Loader", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createAjpConnector":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new AjpConnector", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The IP address on which to bind", | |
"name":"address", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"TCP port number to listen on", | |
"name":"port", | |
"type":"int" | |
} | |
] | |
}, | |
"removeLogger":{ | |
"ret":"void", | |
"desc":"Remove an existing Logger", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeManager":{ | |
"ret":"void", | |
"desc":"Remove an existing Manager", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createRequestDumperValve":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new Request Dumper Valve", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createHttpConnector":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new HttpConnector", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The IP address on which to bind", | |
"name":"address", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"TCP port number to listen on", | |
"name":"port", | |
"type":"int" | |
} | |
] | |
}, | |
"createStandardContext":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new StandardContext", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The context path for this Context", | |
"name":"path", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Document base directory (or WAR) for ths Context", | |
"name":"docBase", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createStandardHost":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new StandardHost", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Unique name of this Host", | |
"name":"name", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"set host deployment directory", | |
"name":"appBase", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The auto deploy flag for this Host", | |
"name":"autoDeploy", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"The deploy on startup flag for this Host", | |
"name":"deployOnStartup", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"deploy Context XML config files property", | |
"name":"deployXML", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"Unpack WARs property", | |
"name":"unpackWARs", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"Attribute value used to turn on\/off XML namespace awareness", | |
"name":"xmlNamespaceAware", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"Attribute value used to turn on\/off XML validation", | |
"name":"xmlValidation", | |
"type":"boolean" | |
} | |
] | |
}, | |
"removeConnector":{ | |
"ret":"void", | |
"desc":"Remove an existing Connector", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeContext":{ | |
"ret":"void", | |
"desc":"Remove an existing Context", | |
"args":[ | |
{ | |
"desc":"MBean Name of the component to be removed", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createRemoteAddrValve":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new Remote Address Filter Valve", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createStandardEngineService":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new StandardEngine and StandardService", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent Service", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Unique name of this Engine", | |
"name":"engineName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Default host name for this Engine", | |
"name":"defaultHost", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Unique name of this Service", | |
"name":"serviceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createJNDIRealm":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new JNDI Realm", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createRemoteHostValve":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new Remote Host Filter Valve", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createSystemErrLogger":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new System Error Logger", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"createStandardService":{ | |
"ret":"java.lang.String", | |
"desc":"Create a new StandardService", | |
"args":[ | |
{ | |
"desc":"MBean Name of the associated parent component", | |
"name":"parent", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Unique name of this Service", | |
"name":"name", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"The domain of this Service", | |
"name":"domain", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/jolokia,resourcetype=Context,type=NamingResources":{ | |
"desc":"Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context", | |
"op":{ | |
"removeResourceLink":{ | |
"ret":"void", | |
"desc":"Remove any resource link reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addEnvironment":{ | |
"ret":"void", | |
"desc":"Add an environment entry for this web application", | |
"args":[ | |
{ | |
"desc":"New environment entry name", | |
"name":"envName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry type", | |
"name":"type", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry value", | |
"name":"value", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeResource":{ | |
"ret":"void", | |
"desc":"Remove any resource reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeEnvironment":{ | |
"ret":"void", | |
"desc":"Remove any environment entry with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the environment entry to remove", | |
"name":"envName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResourceLink":{ | |
"ret":"void", | |
"desc":"Add a resource link reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResource":{ | |
"ret":"void", | |
"desc":"Add a resource reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"resources":{ | |
"desc":"MBean Names of all the defined resource references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"environments":{ | |
"desc":"MBean Names of the set of defined environment entries for this web application", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"resourceLinks":{ | |
"desc":"MBean Names of all the defined resource link references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"type=Server":{ | |
"desc":"Standard Server Component", | |
"op":{ | |
"await":{ | |
"ret":"void", | |
"desc":"Wait for the shutdown message", | |
"args":[ | |
] | |
}, | |
"storeConfig":{ | |
"ret":"void", | |
"desc":"Save current state to server.xml file", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"port":{ | |
"desc":"TCP port for shutdown messages", | |
"type":"int", | |
"rw":true | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"serviceNames":{ | |
"desc":"Object names of all services we know about", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"serverInfo":{ | |
"desc":"Tomcat server release identifier", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"shutdown":{ | |
"desc":"Shutdown password", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,name=StandardHostValve,type=Valve":{ | |
"desc":"Valve that implements the default basic behavior for the StandardHost container implementation", | |
"attr":{ | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=\/\/localhost\/jolokia":{ | |
"desc":"Standard Context Component", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy the context", | |
"args":[ | |
] | |
}, | |
"removeValve":{ | |
"ret":"void", | |
"desc":"Remove a valve from this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be removed", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop the context", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start the context", | |
"args":[ | |
] | |
}, | |
"removeLifecycleListener":{ | |
"ret":"void", | |
"desc":"Remove a lifecycle listener from this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be removed", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Context", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Register the context into the running server", | |
"args":[ | |
] | |
}, | |
"findStaticResources":{ | |
"ret":"javax.naming.directory.DirContext", | |
"desc":"Return the naming resources associated with this web application", | |
"args":[ | |
] | |
}, | |
"addLifecycleListener":{ | |
"ret":"void", | |
"desc":"Add a lifecycle listener to this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be added", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"addValve":{ | |
"ret":"void", | |
"desc":"Add a valve to this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be added", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"reload":{ | |
"ret":"void", | |
"desc":"Reload the webapplication", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"saveConfig":{ | |
"desc":"Should the configuration be written as needed on startup", | |
"type":"boolean", | |
"rw":true | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"manager":{ | |
"desc":"Associated manager.", | |
"type":"org.apache.catalina.Manager", | |
"rw":true | |
}, | |
"cacheTTL":{ | |
"desc":"Time interval in ms between cache refeshes", | |
"type":"int", | |
"rw":true | |
}, | |
"engineName":{ | |
"desc":"Name of the engine domain, if different from the context domain", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"startTime":{ | |
"desc":"Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started", | |
"type":"long", | |
"rw":true | |
}, | |
"configFile":{ | |
"desc":"Location of the context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"realm":{ | |
"desc":"Associated realm.", | |
"type":"org.apache.catalina.Realm", | |
"rw":true | |
}, | |
"staticResources":{ | |
"desc":"Static resources associated with the context.", | |
"type":"javax.naming.directory.DirContext", | |
"rw":false | |
}, | |
"antiJARLocking":{ | |
"desc":"Take care to not lock jar files", | |
"type":"boolean", | |
"rw":true | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"compilerClasspath":{ | |
"desc":"The compiler classpath to use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"servlets":{ | |
"desc":"JSR77 list of servlets", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"valveObjectNames":{ | |
"desc":"ObjectNames for the valves associated with this container", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":false | |
}, | |
"loader":{ | |
"desc":"Associated loader.", | |
"type":"org.apache.catalina.Loader", | |
"rw":true | |
}, | |
"caseSensitive":{ | |
"desc":"Should case sensitivity checks be performed", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Cumulative execution times of all servlets in this context", | |
"type":"long", | |
"rw":false | |
}, | |
"useNaming":{ | |
"desc":"Create a JNDI naming context for this application?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"deploymentDescriptor":{ | |
"desc":"String deployment descriptor ", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cacheObjectMaxSize":{ | |
"desc":"Maximum cached object size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"override":{ | |
"desc":"The DefaultContext override flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cachingAllowed":{ | |
"desc":"Should we cache static resources for this webapp", | |
"type":"boolean", | |
"rw":true | |
}, | |
"namingContextListener":{ | |
"desc":"Associated naming context listener.", | |
"type":"org.apache.catalina.core.NamingContextListener", | |
"rw":true | |
}, | |
"swallowOutput":{ | |
"desc":"Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet", | |
"type":"boolean", | |
"rw":true | |
}, | |
"privileged":{ | |
"desc":"Access to tomcat internals", | |
"type":"boolean", | |
"rw":true | |
}, | |
"parentClassLoader":{ | |
"desc":"Parent class loader.", | |
"type":"java.lang.ClassLoader", | |
"rw":true | |
}, | |
"unloadDelay":{ | |
"desc":"Amount of ms that the container will wait for servlets to unload", | |
"type":"long", | |
"rw":true | |
}, | |
"docBase":{ | |
"desc":"The document root for this web application", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"workDir":{ | |
"desc":"The pathname to the work directory for this context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"javaVMs":{ | |
"desc":"The Java virtual machines on which this module is running", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"tldScanTime":{ | |
"desc":"Time spend scanning jars for TLDs for this context", | |
"type":"long", | |
"rw":true | |
}, | |
"state":{ | |
"desc":"Current state of this component", | |
"type":"int", | |
"rw":true | |
}, | |
"children":{ | |
"desc":"Object names of all children", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"", | |
"type":"boolean", | |
"rw":true | |
}, | |
"mappingObject":{ | |
"desc":"The object used for mapping", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"startupTime":{ | |
"desc":"Time (in milliseconds) it took to start this context", | |
"type":"long", | |
"rw":true | |
}, | |
"crossContext":{ | |
"desc":"Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"welcomeFiles":{ | |
"desc":"The welcome files for this context", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"logger":{ | |
"desc":"Associated logger.", | |
"type":"org.apache.commons.logging.Log", | |
"rw":true | |
}, | |
"path":{ | |
"desc":"The context path for this Context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cookies":{ | |
"desc":"Should we attempt to use cookies for session id communication?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"defaultContextXml":{ | |
"desc":"Location of the default context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"annotationProcessor":{ | |
"desc":"Object that processes things like injection annotations", | |
"type":"org.apache.AnnotationProcessor", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"antiResourceLocking":{ | |
"desc":"Take care to not lock resources", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Maximum cache size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"defaultWebXml":{ | |
"desc":"Location of the default web.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"server":{ | |
"desc":"The J2EE Server this module is deployed on", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"allowLinking":{ | |
"desc":"Allow symlinking to outside the webapp root directory, if the webapp is an exploded directory", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"port=8080,type=Mapper":{ | |
"desc":null, | |
"op":{ | |
"removeWrapper":{ | |
"ret":"void", | |
"desc":"Introspected operation removeWrapper", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param2", | |
"name":"param2", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeHost":{ | |
"ret":"void", | |
"desc":"Introspected operation removeHost", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeContext":{ | |
"ret":"void", | |
"desc":"Introspected operation removeContext", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"map":{ | |
"ret":"void", | |
"desc":"Introspected operation map", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"org.apache.tomcat.util.buf.MessageBytes" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"org.apache.tomcat.util.http.mapper.MappingData" | |
} | |
] | |
}, | |
"getWrappersString":{ | |
"ret":"java.lang.String", | |
"desc":"Introspected operation getWrappersString", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeHostAlias":{ | |
"ret":"void", | |
"desc":"Introspected operation removeHostAlias", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getWrapperNames":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Introspected operation getWrapperNames", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addHostAlias":{ | |
"ret":"void", | |
"desc":"Introspected operation addHostAlias", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"Introspected parameter param1", | |
"name":"param1", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"hosts":{ | |
"desc":"Introspected attribute hosts", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"defaultHostName":{ | |
"desc":"Introspected attribute defaultHostName", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextNames":{ | |
"desc":"Introspected attribute contextNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=\/\/localhost\/manager":{ | |
"desc":"Standard Context Component", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy the context", | |
"args":[ | |
] | |
}, | |
"removeValve":{ | |
"ret":"void", | |
"desc":"Remove a valve from this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be removed", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop the context", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start the context", | |
"args":[ | |
] | |
}, | |
"removeLifecycleListener":{ | |
"ret":"void", | |
"desc":"Remove a lifecycle listener from this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be removed", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Context", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Register the context into the running server", | |
"args":[ | |
] | |
}, | |
"findStaticResources":{ | |
"ret":"javax.naming.directory.DirContext", | |
"desc":"Return the naming resources associated with this web application", | |
"args":[ | |
] | |
}, | |
"addLifecycleListener":{ | |
"ret":"void", | |
"desc":"Add a lifecycle listener to this Context", | |
"args":[ | |
{ | |
"desc":"New lifecycle listener to be added", | |
"name":"listener", | |
"type":"org.apache.catalina.LifecycleListener" | |
} | |
] | |
}, | |
"addValve":{ | |
"ret":"void", | |
"desc":"Add a valve to this Context", | |
"args":[ | |
{ | |
"desc":"New valve to be added", | |
"name":"valve", | |
"type":"org.apache.catalina.Valve" | |
} | |
] | |
}, | |
"reload":{ | |
"ret":"void", | |
"desc":"Reload the webapplication", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"saveConfig":{ | |
"desc":"Should the configuration be written as needed on startup", | |
"type":"boolean", | |
"rw":true | |
}, | |
"managedResource":{ | |
"desc":"The managed resource this MBean is associated with", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"manager":{ | |
"desc":"Associated manager.", | |
"type":"org.apache.catalina.Manager", | |
"rw":true | |
}, | |
"cacheTTL":{ | |
"desc":"Time interval in ms between cache refeshes", | |
"type":"int", | |
"rw":true | |
}, | |
"engineName":{ | |
"desc":"Name of the engine domain, if different from the context domain", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"startTime":{ | |
"desc":"Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started", | |
"type":"long", | |
"rw":true | |
}, | |
"configFile":{ | |
"desc":"Location of the context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"realm":{ | |
"desc":"Associated realm.", | |
"type":"org.apache.catalina.Realm", | |
"rw":true | |
}, | |
"staticResources":{ | |
"desc":"Static resources associated with the context.", | |
"type":"javax.naming.directory.DirContext", | |
"rw":false | |
}, | |
"antiJARLocking":{ | |
"desc":"Take care to not lock jar files", | |
"type":"boolean", | |
"rw":true | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"compilerClasspath":{ | |
"desc":"The compiler classpath to use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"servlets":{ | |
"desc":"JSR77 list of servlets", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"valveObjectNames":{ | |
"desc":"ObjectNames for the valves associated with this container", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":false | |
}, | |
"loader":{ | |
"desc":"Associated loader.", | |
"type":"org.apache.catalina.Loader", | |
"rw":true | |
}, | |
"caseSensitive":{ | |
"desc":"Should case sensitivity checks be performed", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Cumulative execution times of all servlets in this context", | |
"type":"long", | |
"rw":false | |
}, | |
"useNaming":{ | |
"desc":"Create a JNDI naming context for this application?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"deploymentDescriptor":{ | |
"desc":"String deployment descriptor ", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cacheObjectMaxSize":{ | |
"desc":"Maximum cached object size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"override":{ | |
"desc":"The DefaultContext override flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cachingAllowed":{ | |
"desc":"Should we cache static resources for this webapp", | |
"type":"boolean", | |
"rw":true | |
}, | |
"namingContextListener":{ | |
"desc":"Associated naming context listener.", | |
"type":"org.apache.catalina.core.NamingContextListener", | |
"rw":true | |
}, | |
"swallowOutput":{ | |
"desc":"Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet", | |
"type":"boolean", | |
"rw":true | |
}, | |
"privileged":{ | |
"desc":"Access to tomcat internals", | |
"type":"boolean", | |
"rw":true | |
}, | |
"parentClassLoader":{ | |
"desc":"Parent class loader.", | |
"type":"java.lang.ClassLoader", | |
"rw":true | |
}, | |
"unloadDelay":{ | |
"desc":"Amount of ms that the container will wait for servlets to unload", | |
"type":"long", | |
"rw":true | |
}, | |
"docBase":{ | |
"desc":"The document root for this web application", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"workDir":{ | |
"desc":"The pathname to the work directory for this context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"javaVMs":{ | |
"desc":"The Java virtual machines on which this module is running", | |
"type":"[Ljava.lang.String;", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"tldScanTime":{ | |
"desc":"Time spend scanning jars for TLDs for this context", | |
"type":"long", | |
"rw":true | |
}, | |
"state":{ | |
"desc":"Current state of this component", | |
"type":"int", | |
"rw":true | |
}, | |
"children":{ | |
"desc":"Object names of all children", | |
"type":"[Ljavax.management.ObjectName;", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"delegate":{ | |
"desc":"", | |
"type":"boolean", | |
"rw":true | |
}, | |
"mappingObject":{ | |
"desc":"The object used for mapping", | |
"type":"java.lang.Object", | |
"rw":true | |
}, | |
"startupTime":{ | |
"desc":"Time (in milliseconds) it took to start this context", | |
"type":"long", | |
"rw":true | |
}, | |
"crossContext":{ | |
"desc":"Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"welcomeFiles":{ | |
"desc":"The welcome files for this context", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"logger":{ | |
"desc":"Associated logger.", | |
"type":"org.apache.commons.logging.Log", | |
"rw":true | |
}, | |
"path":{ | |
"desc":"The context path for this Context", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"cookies":{ | |
"desc":"Should we attempt to use cookies for session id communication?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"reloadable":{ | |
"desc":"The reloadable flag for this web application", | |
"type":"boolean", | |
"rw":true | |
}, | |
"defaultContextXml":{ | |
"desc":"Location of the default context.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"annotationProcessor":{ | |
"desc":"Object that processes things like injection annotations", | |
"type":"org.apache.AnnotationProcessor", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"antiResourceLocking":{ | |
"desc":"Take care to not lock resources", | |
"type":"boolean", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Maximum cache size in KB", | |
"type":"int", | |
"rw":true | |
}, | |
"defaultWebXml":{ | |
"desc":"Location of the default web.xml resource or file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"server":{ | |
"desc":"The J2EE Server this module is deployed on", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"allowLinking":{ | |
"desc":"Allow symlinking to outside the webapp root directory, if the webapp is an exploded directory", | |
"type":"boolean", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/host-manager,j2eeType=Servlet,name=HTMLHostManager":{ | |
"desc":"Wrapper that represents an individual servlet definition", | |
"op":{ | |
"findMappingObject":{ | |
"ret":"org.apache.catalina.Wrapper", | |
"desc":"Return an object which may be utilized for mapping to this component", | |
"args":[ | |
] | |
}, | |
"findMappings":{ | |
"ret":"[Ljava.lang.String;", | |
"desc":"Return the mappings associated with this wrapper", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"minTime":{ | |
"desc":"Minimum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"eventProvider":{ | |
"desc":"Event provider support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"objectName":{ | |
"desc":"Name of the object", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"statisticsProvider":{ | |
"desc":"Performance statistics support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Total execution time of the servlet's service method", | |
"type":"long", | |
"rw":false | |
}, | |
"engineName":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"maxTime":{ | |
"desc":"Maximum processing time of a request", | |
"type":"long", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Error count", | |
"type":"int", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"loadTime":{ | |
"desc":"Load time", | |
"type":"long", | |
"rw":false | |
}, | |
"stateManageable":{ | |
"desc":"State management support for this managed object", | |
"type":"boolean", | |
"rw":true | |
}, | |
"classLoadTime":{ | |
"desc":"Class loading time", | |
"type":"int", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Number of requests processed by this wrapper", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/,type=Cache":{ | |
"desc":null, | |
"op":{ | |
"unload":{ | |
"ret":"boolean", | |
"desc":"Introspected operation unload", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"allocate":{ | |
"ret":"boolean", | |
"desc":"Introspected operation allocate", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"int" | |
} | |
] | |
}, | |
"load":{ | |
"ret":"void", | |
"desc":"Introspected operation load", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"org.apache.naming.resources.CacheEntry" | |
} | |
] | |
}, | |
"lookup":{ | |
"ret":"org.apache.naming.resources.CacheEntry", | |
"desc":"Introspected operation lookup", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"spareNotFoundEntries":{ | |
"desc":"Introspected attribute spareNotFoundEntries", | |
"type":"int", | |
"rw":true | |
}, | |
"hitsCount":{ | |
"desc":"Introspected attribute hitsCount", | |
"type":"long", | |
"rw":false | |
}, | |
"accessCount":{ | |
"desc":"Introspected attribute accessCount", | |
"type":"long", | |
"rw":false | |
}, | |
"desiredEntryAccessRatio":{ | |
"desc":"Introspected attribute desiredEntryAccessRatio", | |
"type":"long", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"cacheSize":{ | |
"desc":"Introspected attribute cacheSize", | |
"type":"int", | |
"rw":false | |
}, | |
"maxAllocateIterations":{ | |
"desc":"Introspected attribute maxAllocateIterations", | |
"type":"int", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Introspected attribute cacheMaxSize", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/manager,resourcetype=Context,type=NamingResources":{ | |
"desc":"Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context", | |
"op":{ | |
"removeResourceLink":{ | |
"ret":"void", | |
"desc":"Remove any resource link reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addEnvironment":{ | |
"ret":"void", | |
"desc":"Add an environment entry for this web application", | |
"args":[ | |
{ | |
"desc":"New environment entry name", | |
"name":"envName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry type", | |
"name":"type", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New environment entry value", | |
"name":"value", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeResource":{ | |
"ret":"void", | |
"desc":"Remove any resource reference with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the resource reference to remove", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeEnvironment":{ | |
"ret":"void", | |
"desc":"Remove any environment entry with the specified name", | |
"args":[ | |
{ | |
"desc":"Name of the environment entry to remove", | |
"name":"envName", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResourceLink":{ | |
"ret":"void", | |
"desc":"Add a resource link reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceLinkName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addResource":{ | |
"ret":"void", | |
"desc":"Add a resource reference for this web application", | |
"args":[ | |
{ | |
"desc":"New resource reference name", | |
"name":"resourceName", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"New resource reference type", | |
"name":"type", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"resources":{ | |
"desc":"MBean Names of all the defined resource references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"environments":{ | |
"desc":"MBean Names of the set of defined environment entries for this web application", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"resourceLinks":{ | |
"desc":"MBean Names of all the defined resource link references for this application.", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/host-manager,type=Manager":{ | |
"desc":"Standard implementation of the Manager interface", | |
"op":{ | |
"getCreationTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the creation time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTime":{ | |
"ret":"java.lang.String", | |
"desc":"Get the last access time", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"listSessionIds":{ | |
"ret":"java.lang.String", | |
"desc":"Return the list of active session ids", | |
"args":[ | |
] | |
}, | |
"expireSession":{ | |
"ret":"void", | |
"desc":"Expire a session", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getSessionAttribute":{ | |
"ret":"java.lang.String", | |
"desc":"Return a session attribute", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"key of the attribute", | |
"name":"key", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getCreationTimestamp":{ | |
"ret":"long", | |
"desc":"Get the creation timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLastAccessedTimestamp":{ | |
"ret":"long", | |
"desc":"Get the last access timestamp", | |
"args":[ | |
{ | |
"desc":"Id of the session", | |
"name":"sessionId", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"sessionMaxAliveTime":{ | |
"desc":"Longest time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"duplicates":{ | |
"desc":"Number of duplicated session ids generated", | |
"type":"int", | |
"rw":true | |
}, | |
"maxInactiveInterval":{ | |
"desc":"The default maximum inactive interval for Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"entropy":{ | |
"desc":"A String initialization parameter used to increase the entropy of the initialization of our random number generator", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"activeSessions":{ | |
"desc":"Number of active sessions at this moment", | |
"type":"int", | |
"rw":false | |
}, | |
"sessionCounter":{ | |
"desc":"Total number of sessions created by this manager", | |
"type":"int", | |
"rw":true | |
}, | |
"sessionAverageAliveTime":{ | |
"desc":"Average time an expired session had been alive", | |
"type":"int", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Time spent doing housekeeping and expiration", | |
"type":"long", | |
"rw":true | |
}, | |
"sessionIdLength":{ | |
"desc":"The session id length (in bytes) of Sessions created by this Manager", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"processExpiresFrequency":{ | |
"desc":"The frequency of the manager checks (expiration and passivation)", | |
"type":"int", | |
"rw":true | |
}, | |
"algorithm":{ | |
"desc":"The message digest algorithm to be used when generating session identifiers", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActive":{ | |
"desc":"Maximum number of active sessions so far", | |
"type":"int", | |
"rw":true | |
}, | |
"distributable":{ | |
"desc":"The distributable flag for Sessions created by this Manager", | |
"type":"boolean", | |
"rw":true | |
}, | |
"randomFile":{ | |
"desc":"File source of random - \/dev\/urandom or a pipe", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxActiveSessions":{ | |
"desc":"The maximum number of active Sessions allowed, or -1 for no limit", | |
"type":"int", | |
"rw":true | |
}, | |
"name":{ | |
"desc":"The descriptive name of this Manager implementation (for logging)", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"expiredSessions":{ | |
"desc":"Number of sessions that expired ( doesn't include explicit invalidations )", | |
"type":"int", | |
"rw":true | |
}, | |
"rejectedSessions":{ | |
"desc":"Number of sessions we rejected due to maxActive beeing reached", | |
"type":"int", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"pathname":{ | |
"desc":"Path name of the disk file in which active sessions", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"name=HttpRequest1,type=RequestProcessor,worker=http-8080":{ | |
"desc":null, | |
"attr":{ | |
"requestProcessingTime":{ | |
"desc":"Introspected attribute requestProcessingTime", | |
"type":"long", | |
"rw":false | |
}, | |
"bytesSent":{ | |
"desc":"Introspected attribute bytesSent", | |
"type":"long", | |
"rw":true | |
}, | |
"protocol":{ | |
"desc":"Introspected attribute protocol", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"rpName":{ | |
"desc":"Introspected attribute rpName", | |
"type":"javax.management.ObjectName", | |
"rw":true | |
}, | |
"processingTime":{ | |
"desc":"Introspected attribute processingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"currentQueryString":{ | |
"desc":"Introspected attribute currentQueryString", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"errorCount":{ | |
"desc":"Introspected attribute errorCount", | |
"type":"int", | |
"rw":true | |
}, | |
"maxTime":{ | |
"desc":"Introspected attribute maxTime", | |
"type":"long", | |
"rw":true | |
}, | |
"requestBytesReceived":{ | |
"desc":"Introspected attribute requestBytesReceived", | |
"type":"long", | |
"rw":false | |
}, | |
"maxRequestUri":{ | |
"desc":"Introspected attribute maxRequestUri", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"stage":{ | |
"desc":"Introspected attribute stage", | |
"type":"int", | |
"rw":true | |
}, | |
"lastRequestProcessingTime":{ | |
"desc":"Introspected attribute lastRequestProcessingTime", | |
"type":"long", | |
"rw":true | |
}, | |
"globalProcessor":{ | |
"desc":"Introspected attribute globalProcessor", | |
"type":"org.apache.coyote.RequestGroupInfo", | |
"rw":true | |
}, | |
"virtualHost":{ | |
"desc":"Introspected attribute virtualHost", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"serverPort":{ | |
"desc":"Introspected attribute serverPort", | |
"type":"int", | |
"rw":false | |
}, | |
"bytesReceived":{ | |
"desc":"Introspected attribute bytesReceived", | |
"type":"long", | |
"rw":true | |
}, | |
"currentUri":{ | |
"desc":"Introspected attribute currentUri", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"workerThreadName":{ | |
"desc":"Introspected attribute workerThreadName", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"method":{ | |
"desc":"Introspected attribute method", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"requestCount":{ | |
"desc":"Introspected attribute requestCount", | |
"type":"int", | |
"rw":true | |
}, | |
"requestBytesSent":{ | |
"desc":"Introspected attribute requestBytesSent", | |
"type":"long", | |
"rw":false | |
}, | |
"contentLength":{ | |
"desc":"Introspected attribute contentLength", | |
"type":"int", | |
"rw":false | |
}, | |
"remoteAddr":{ | |
"desc":"Introspected attribute remoteAddr", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,path=\/jolokia,type=Cache":{ | |
"desc":null, | |
"op":{ | |
"unload":{ | |
"ret":"boolean", | |
"desc":"Introspected operation unload", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"allocate":{ | |
"ret":"boolean", | |
"desc":"Introspected operation allocate", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"int" | |
} | |
] | |
}, | |
"load":{ | |
"ret":"void", | |
"desc":"Introspected operation load", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"org.apache.naming.resources.CacheEntry" | |
} | |
] | |
}, | |
"lookup":{ | |
"ret":"org.apache.naming.resources.CacheEntry", | |
"desc":"Introspected operation lookup", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"spareNotFoundEntries":{ | |
"desc":"Introspected attribute spareNotFoundEntries", | |
"type":"int", | |
"rw":true | |
}, | |
"hitsCount":{ | |
"desc":"Introspected attribute hitsCount", | |
"type":"long", | |
"rw":false | |
}, | |
"accessCount":{ | |
"desc":"Introspected attribute accessCount", | |
"type":"long", | |
"rw":false | |
}, | |
"desiredEntryAccessRatio":{ | |
"desc":"Introspected attribute desiredEntryAccessRatio", | |
"type":"long", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"cacheSize":{ | |
"desc":"Introspected attribute cacheSize", | |
"type":"int", | |
"rw":false | |
}, | |
"maxAllocateIterations":{ | |
"desc":"Introspected attribute maxAllocateIterations", | |
"type":"int", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Introspected attribute cacheMaxSize", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,path=\/host-manager,type=Cache":{ | |
"desc":null, | |
"op":{ | |
"unload":{ | |
"ret":"boolean", | |
"desc":"Introspected operation unload", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"allocate":{ | |
"ret":"boolean", | |
"desc":"Introspected operation allocate", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"int" | |
} | |
] | |
}, | |
"load":{ | |
"ret":"void", | |
"desc":"Introspected operation load", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"org.apache.naming.resources.CacheEntry" | |
} | |
] | |
}, | |
"lookup":{ | |
"ret":"org.apache.naming.resources.CacheEntry", | |
"desc":"Introspected operation lookup", | |
"args":[ | |
{ | |
"desc":"Introspected parameter param0", | |
"name":"param0", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"spareNotFoundEntries":{ | |
"desc":"Introspected attribute spareNotFoundEntries", | |
"type":"int", | |
"rw":true | |
}, | |
"hitsCount":{ | |
"desc":"Introspected attribute hitsCount", | |
"type":"long", | |
"rw":false | |
}, | |
"accessCount":{ | |
"desc":"Introspected attribute accessCount", | |
"type":"long", | |
"rw":false | |
}, | |
"desiredEntryAccessRatio":{ | |
"desc":"Introspected attribute desiredEntryAccessRatio", | |
"type":"long", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"cacheSize":{ | |
"desc":"Introspected attribute cacheSize", | |
"type":"int", | |
"rw":false | |
}, | |
"maxAllocateIterations":{ | |
"desc":"Introspected attribute maxAllocateIterations", | |
"type":"int", | |
"rw":true | |
}, | |
"cacheMaxSize":{ | |
"desc":"Introspected attribute cacheMaxSize", | |
"type":"int", | |
"rw":true | |
} | |
} | |
}, | |
"port=8080,type=Connector":{ | |
"desc":"Implementation of a Coyote connector", | |
"op":{ | |
"destroy":{ | |
"ret":"void", | |
"desc":"Destroy", | |
"args":[ | |
] | |
}, | |
"pause":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"stop":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"resume":{ | |
"ret":"void", | |
"desc":"Stop", | |
"args":[ | |
] | |
}, | |
"start":{ | |
"ret":"void", | |
"desc":"Start", | |
"args":[ | |
] | |
}, | |
"init":{ | |
"ret":"void", | |
"desc":"Init", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"trustStoreType":{ | |
"desc":"Type of trust store file to be used for trusted certificates", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"port":{ | |
"desc":"The port number on which we listen for ajp13 requests", | |
"type":"int", | |
"rw":true | |
}, | |
"redirectPort":{ | |
"desc":"The redirect port for non-SSL to SSL redirects", | |
"type":"int", | |
"rw":true | |
}, | |
"maxHttpHeaderSize":{ | |
"desc":"Maximum size in bytes of the HTTP header", | |
"type":"int", | |
"rw":true | |
}, | |
"minSpareThreads":{ | |
"desc":"The number of request processing threads that will be created", | |
"type":"int", | |
"rw":true | |
}, | |
"secure":{ | |
"desc":"Is this a secure (SSL) Connector?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxThreads":{ | |
"desc":"The maximum number of request processing threads to be created", | |
"type":"int", | |
"rw":true | |
}, | |
"acceptCount":{ | |
"desc":"The accept count for this Connector", | |
"type":"int", | |
"rw":true | |
}, | |
"URIEncoding":{ | |
"desc":"Character encoding used to decode the URI", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"tomcatAuthentication":{ | |
"desc":"Should Tomcat perform all authentications?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"ciphers":{ | |
"desc":"Comma-separated list of SSL cipher suites to be enabled", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"algorithm":{ | |
"desc":"The certificate encoding algorithm to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"bufferSize":{ | |
"desc":"The input buffer size we should create on input streams", | |
"type":"int", | |
"rw":true | |
}, | |
"keystorePass":{ | |
"desc":"Password for accessing the key store file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"scheme":{ | |
"desc":"Protocol name for this Connector (http, https)", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"emptySessionPath":{ | |
"desc":"The 'empty session path' flag for this Connector", | |
"type":"boolean", | |
"rw":true | |
}, | |
"sslProtocols":{ | |
"desc":"Comma-separated list of SSL protocol variants to be enabled", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"compression":{ | |
"desc":"Compression value", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"protocolHandlerClassName":{ | |
"desc":"Coyote Protocol handler class name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"clientAuth":{ | |
"desc":"Should we require client authentication?", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"keepAliveTimeout":{ | |
"desc":"The number of seconds Tomcat will wait for a subsequent request before closing the connection", | |
"type":"int", | |
"rw":true | |
}, | |
"threadPriority":{ | |
"desc":"The thread priority for processors", | |
"type":"int", | |
"rw":true | |
}, | |
"tcpNoDelay":{ | |
"desc":"Should we use TCP no delay?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"protocol":{ | |
"desc":"Coyote protocol handler in use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"keystoreType":{ | |
"desc":"Type of keystore file to be used for the server certificate", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"maxKeepAliveRequests":{ | |
"desc":"Maximum number of Keep-Alive requests to honor per connection", | |
"type":"int", | |
"rw":true | |
}, | |
"maxSpareThreads":{ | |
"desc":"The maximum number of unused request processing threads", | |
"type":"int", | |
"rw":true | |
}, | |
"disableUploadTimeout":{ | |
"desc":"Should Tomcat ignore setting a timeout for uploads?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"keystoreFile":{ | |
"desc":"Pathname to the key store file to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"strategy":{ | |
"desc":"Thread pool strategy", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"proxyName":{ | |
"desc":"Ther Server name to which we should pretend requests to this Connector", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"enableLookups":{ | |
"desc":"The 'enable DNS lookups' flag for this Connector", | |
"type":"boolean", | |
"rw":true | |
}, | |
"maxPostSize":{ | |
"desc":"Maximum size in bytes of a POST which will be handled by the servlet API provided features", | |
"type":"int", | |
"rw":true | |
}, | |
"proxyPort":{ | |
"desc":"Ther Server port to which we should pretend requests to this Connector", | |
"type":"int", | |
"rw":true | |
}, | |
"connectionLinger":{ | |
"desc":"Linger value on the incoming connection", | |
"type":"int", | |
"rw":true | |
}, | |
"sslProtocol":{ | |
"desc":"SSL protocol variant to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"connectionTimeout":{ | |
"desc":"Timeout value on the incoming connection", | |
"type":"int", | |
"rw":true | |
}, | |
"trustStoreFile":{ | |
"desc":"Pathname to the trust store file to be used", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"address":{ | |
"desc":"The IP address on which to bind", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"xpoweredBy":{ | |
"desc":"Is generation of X-Powered-By response header enabled\/disabled?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"trustStorePass":{ | |
"desc":"Password for accessing the trust store file", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"allowTrace":{ | |
"desc":"Allow disabling TRACE method", | |
"type":"boolean", | |
"rw":true | |
}, | |
"connectionUploadTimeout":{ | |
"desc":"Timeout value on the incoming connection during request processing", | |
"type":"int", | |
"rw":true | |
}, | |
"keyAlias":{ | |
"desc":"Alias name of this connector's keypair and supporting certificate chain", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"useBodyEncodingForURI":{ | |
"desc":"Should the body encoding be used for URI query parameters", | |
"type":"boolean", | |
"rw":true | |
}, | |
"secret":{ | |
"desc":"Authentication secret (I guess ... not in Javadocs)", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/manager,name=jsp,type=JspMonitor":{ | |
"desc":"JSP Monitoring", | |
"attr":{ | |
"jspCount":{ | |
"desc":"The number of JSPs that have been loaded into a webapp", | |
"type":"int", | |
"rw":true | |
}, | |
"jspReloadCount":{ | |
"desc":"The number of JSPs that have been reloaded", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"host=localhost,type=Deployer":{ | |
"desc":"Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts", | |
"op":{ | |
"check":{ | |
"ret":"void", | |
"desc":"Check a web application name for updates", | |
"args":[ | |
{ | |
"desc":"Application name", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"removeServiced":{ | |
"ret":"void", | |
"desc":"Remove a web application from the serviced list to show it isn't serviced by another component", | |
"args":[ | |
{ | |
"desc":"Application name", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"unmanageApp":{ | |
"ret":"void", | |
"desc":"Remove a web application from checks", | |
"args":[ | |
{ | |
"desc":"The application path", | |
"name":"contextPath", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"manageApp":{ | |
"ret":"void", | |
"desc":"Add a web application managed externally", | |
"args":[ | |
{ | |
"desc":"Context to add", | |
"name":"context", | |
"type":"org.apache.catalina.Context" | |
} | |
] | |
}, | |
"isDeployed":{ | |
"ret":"boolean", | |
"desc":"Was this web application deployed by this component", | |
"args":[ | |
{ | |
"desc":"Application name", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"isServiced":{ | |
"ret":"boolean", | |
"desc":"Is a web application serviced by another component", | |
"args":[ | |
{ | |
"desc":"Application name", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"addServiced":{ | |
"ret":"void", | |
"desc":"Add a web application to the serviced list to show it gets serviced by another component", | |
"args":[ | |
{ | |
"desc":"Application name", | |
"name":"name", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"configClass":{ | |
"desc":"The Java class name of the Context configuration class we should use", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"configBaseName":{ | |
"desc":"The base directory for Context configuration files", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"contextClass":{ | |
"desc":"The Java class name of the Context implementation we should use", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"host=localhost,name=BasicAuthenticator,path=\/manager,type=Valve":{ | |
"desc":"An Authenticator and Valve implementation of HTTP BASIC Authentication", | |
"attr":{ | |
"cache":{ | |
"desc":"Should we cache authenticated Principals if the request is part of an HTTP session?", | |
"type":"boolean", | |
"rw":true | |
}, | |
"entropy":{ | |
"desc":"A String initialization parameter used to increase the entropy of the initialization of our random number generator", | |
"type":"java.lang.String", | |
"rw":true | |
}, | |
"className":{ | |
"desc":"Fully qualified class name of the managed object", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"algorithm":{ | |
"desc":"The message digest algorithm to be used when generating session identifiers", | |
"type":"java.lang.String", | |
"rw":true | |
} | |
} | |
}, | |
"J2EEApplication=none,J2EEServer=none,WebModule=\/\/localhost\/jolokia,name=jsp,type=JspMonitor":{ | |
"desc":"JSP Monitoring", | |
"attr":{ | |
"jspCount":{ | |
"desc":"The number of JSPs that have been loaded into a webapp", | |
"type":"int", | |
"rw":true | |
}, | |
"jspReloadCount":{ | |
"desc":"The number of JSPs that have been reloaded", | |
"type":"int", | |
"rw":true | |
}, | |
"modelerType":{ | |
"desc":"Type of the modeled resource. Can be set only once", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
} | |
}, | |
"java.lang":{ | |
"type=Runtime":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"Uptime":{ | |
"desc":"Uptime", | |
"type":"long", | |
"rw":false | |
}, | |
"ManagementSpecVersion":{ | |
"desc":"ManagementSpecVersion", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SystemProperties":{ | |
"desc":"SystemProperties", | |
"type":"javax.management.openmbean.TabularData", | |
"rw":false | |
}, | |
"VmName":{ | |
"desc":"VmName", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"BootClassPathSupported":{ | |
"desc":"BootClassPathSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SpecVendor":{ | |
"desc":"SpecVendor", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SpecName":{ | |
"desc":"SpecName", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"BootClassPath":{ | |
"desc":"BootClassPath", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SpecVersion":{ | |
"desc":"SpecVersion", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"StartTime":{ | |
"desc":"StartTime", | |
"type":"long", | |
"rw":false | |
}, | |
"InputArguments":{ | |
"desc":"InputArguments", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"VmVersion":{ | |
"desc":"VmVersion", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"VmVendor":{ | |
"desc":"VmVendor", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"LibraryPath":{ | |
"desc":"LibraryPath", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"ClassPath":{ | |
"desc":"ClassPath", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"type=ClassLoading":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"Verbose":{ | |
"desc":"Verbose", | |
"type":"boolean", | |
"rw":true | |
}, | |
"LoadedClassCount":{ | |
"desc":"LoadedClassCount", | |
"type":"int", | |
"rw":false | |
}, | |
"UnloadedClassCount":{ | |
"desc":"UnloadedClassCount", | |
"type":"long", | |
"rw":false | |
}, | |
"TotalLoadedClassCount":{ | |
"desc":"TotalLoadedClassCount", | |
"type":"long", | |
"rw":false | |
} | |
} | |
}, | |
"name=MarkSweepCompact,type=GarbageCollector":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"LastGcInfo":{ | |
"desc":"LastGcInfo", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"CollectionCount":{ | |
"desc":"CollectionCount", | |
"type":"long", | |
"rw":false | |
}, | |
"MemoryPoolNames":{ | |
"desc":"MemoryPoolNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionTime":{ | |
"desc":"CollectionTime", | |
"type":"long", | |
"rw":false | |
} | |
} | |
}, | |
"type=Threading":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"findDeadlockedThreads":{ | |
"ret":"[J", | |
"desc":"findDeadlockedThreads", | |
"args":[ | |
] | |
}, | |
"findMonitorDeadlockedThreads":{ | |
"ret":"[J", | |
"desc":"findMonitorDeadlockedThreads", | |
"args":[ | |
] | |
}, | |
"resetPeakThreadCount":{ | |
"ret":"void", | |
"desc":"resetPeakThreadCount", | |
"args":[ | |
] | |
}, | |
"getThreadUserTime":{ | |
"ret":"long", | |
"desc":"getThreadUserTime", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"long" | |
} | |
] | |
}, | |
"getThreadInfo":[ | |
{ | |
"ret":"javax.management.openmbean.CompositeData", | |
"desc":"getThreadInfo", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"long" | |
} | |
] | |
}, | |
{ | |
"ret":"[Ljavax.management.openmbean.CompositeData;", | |
"desc":"getThreadInfo", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"[J" | |
} | |
] | |
}, | |
{ | |
"ret":"javax.management.openmbean.CompositeData", | |
"desc":"getThreadInfo", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"long" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"int" | |
} | |
] | |
}, | |
{ | |
"ret":"[Ljavax.management.openmbean.CompositeData;", | |
"desc":"getThreadInfo", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"[J" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"int" | |
} | |
] | |
}, | |
{ | |
"ret":"[Ljavax.management.openmbean.CompositeData;", | |
"desc":"getThreadInfo", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"[J" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"p2", | |
"name":"p2", | |
"type":"boolean" | |
} | |
] | |
} | |
], | |
"dumpAllThreads":{ | |
"ret":"[Ljavax.management.openmbean.CompositeData;", | |
"desc":"dumpAllThreads", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"boolean" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"boolean" | |
} | |
] | |
}, | |
"getThreadCpuTime":{ | |
"ret":"long", | |
"desc":"getThreadCpuTime", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"long" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"ThreadContentionMonitoringSupported":{ | |
"desc":"ThreadContentionMonitoringSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"SynchronizerUsageSupported":{ | |
"desc":"SynchronizerUsageSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"ThreadCpuTimeEnabled":{ | |
"desc":"ThreadCpuTimeEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"PeakThreadCount":{ | |
"desc":"PeakThreadCount", | |
"type":"int", | |
"rw":false | |
}, | |
"CurrentThreadCpuTime":{ | |
"desc":"CurrentThreadCpuTime", | |
"type":"long", | |
"rw":false | |
}, | |
"DaemonThreadCount":{ | |
"desc":"DaemonThreadCount", | |
"type":"int", | |
"rw":false | |
}, | |
"CurrentThreadCpuTimeSupported":{ | |
"desc":"CurrentThreadCpuTimeSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"TotalStartedThreadCount":{ | |
"desc":"TotalStartedThreadCount", | |
"type":"long", | |
"rw":false | |
}, | |
"AllThreadIds":{ | |
"desc":"AllThreadIds", | |
"type":"[J", | |
"rw":false | |
}, | |
"ThreadContentionMonitoringEnabled":{ | |
"desc":"ThreadContentionMonitoringEnabled", | |
"type":"boolean", | |
"rw":true | |
}, | |
"ObjectMonitorUsageSupported":{ | |
"desc":"ObjectMonitorUsageSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CurrentThreadUserTime":{ | |
"desc":"CurrentThreadUserTime", | |
"type":"long", | |
"rw":false | |
}, | |
"ThreadCount":{ | |
"desc":"ThreadCount", | |
"type":"int", | |
"rw":false | |
}, | |
"ThreadCpuTimeSupported":{ | |
"desc":"ThreadCpuTimeSupported", | |
"type":"boolean", | |
"rw":false | |
} | |
} | |
}, | |
"name=Tenured Gen,type=MemoryPool":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetPeakUsage":{ | |
"ret":"void", | |
"desc":"resetPeakUsage", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"CollectionUsageThresholdExceeded":{ | |
"desc":"CollectionUsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdSupported":{ | |
"desc":"CollectionUsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdCount":{ | |
"desc":"CollectionUsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThresholdExceeded":{ | |
"desc":"UsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"PeakUsage":{ | |
"desc":"PeakUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Type":{ | |
"desc":"Type", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"Usage":{ | |
"desc":"Usage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"UsageThresholdCount":{ | |
"desc":"UsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThreshold":{ | |
"desc":"UsageThreshold", | |
"type":"long", | |
"rw":true | |
}, | |
"UsageThresholdSupported":{ | |
"desc":"UsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"MemoryManagerNames":{ | |
"desc":"MemoryManagerNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"CollectionUsage":{ | |
"desc":"CollectionUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThreshold":{ | |
"desc":"CollectionUsageThreshold", | |
"type":"long", | |
"rw":true | |
} | |
} | |
}, | |
"name=Eden Space,type=MemoryPool":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetPeakUsage":{ | |
"ret":"void", | |
"desc":"resetPeakUsage", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"CollectionUsageThresholdExceeded":{ | |
"desc":"CollectionUsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdSupported":{ | |
"desc":"CollectionUsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdCount":{ | |
"desc":"CollectionUsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThresholdExceeded":{ | |
"desc":"UsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"PeakUsage":{ | |
"desc":"PeakUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Type":{ | |
"desc":"Type", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"Usage":{ | |
"desc":"Usage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"UsageThresholdCount":{ | |
"desc":"UsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThreshold":{ | |
"desc":"UsageThreshold", | |
"type":"long", | |
"rw":true | |
}, | |
"UsageThresholdSupported":{ | |
"desc":"UsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"MemoryManagerNames":{ | |
"desc":"MemoryManagerNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"CollectionUsage":{ | |
"desc":"CollectionUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThreshold":{ | |
"desc":"CollectionUsageThreshold", | |
"type":"long", | |
"rw":true | |
} | |
} | |
}, | |
"type=Memory":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"gc":{ | |
"ret":"void", | |
"desc":"gc", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"Verbose":{ | |
"desc":"Verbose", | |
"type":"boolean", | |
"rw":true | |
}, | |
"ObjectPendingFinalizationCount":{ | |
"desc":"ObjectPendingFinalizationCount", | |
"type":"int", | |
"rw":false | |
}, | |
"NonHeapMemoryUsage":{ | |
"desc":"NonHeapMemoryUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"HeapMemoryUsage":{ | |
"desc":"HeapMemoryUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
} | |
} | |
}, | |
"type=Compilation":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"CompilationTimeMonitoringSupported":{ | |
"desc":"CompilationTimeMonitoringSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"TotalCompilationTime":{ | |
"desc":"TotalCompilationTime", | |
"type":"long", | |
"rw":false | |
} | |
} | |
}, | |
"name=Survivor Space,type=MemoryPool":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetPeakUsage":{ | |
"ret":"void", | |
"desc":"resetPeakUsage", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"CollectionUsageThresholdExceeded":{ | |
"desc":"CollectionUsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdSupported":{ | |
"desc":"CollectionUsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdCount":{ | |
"desc":"CollectionUsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThresholdExceeded":{ | |
"desc":"UsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"PeakUsage":{ | |
"desc":"PeakUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Type":{ | |
"desc":"Type", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"Usage":{ | |
"desc":"Usage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"UsageThresholdCount":{ | |
"desc":"UsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThreshold":{ | |
"desc":"UsageThreshold", | |
"type":"long", | |
"rw":true | |
}, | |
"UsageThresholdSupported":{ | |
"desc":"UsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"MemoryManagerNames":{ | |
"desc":"MemoryManagerNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"CollectionUsage":{ | |
"desc":"CollectionUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThreshold":{ | |
"desc":"CollectionUsageThreshold", | |
"type":"long", | |
"rw":true | |
} | |
} | |
}, | |
"name=Perm Gen,type=MemoryPool":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetPeakUsage":{ | |
"ret":"void", | |
"desc":"resetPeakUsage", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"CollectionUsageThresholdExceeded":{ | |
"desc":"CollectionUsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdSupported":{ | |
"desc":"CollectionUsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdCount":{ | |
"desc":"CollectionUsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThresholdExceeded":{ | |
"desc":"UsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"PeakUsage":{ | |
"desc":"PeakUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Type":{ | |
"desc":"Type", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"Usage":{ | |
"desc":"Usage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"UsageThresholdCount":{ | |
"desc":"UsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThreshold":{ | |
"desc":"UsageThreshold", | |
"type":"long", | |
"rw":true | |
}, | |
"UsageThresholdSupported":{ | |
"desc":"UsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"MemoryManagerNames":{ | |
"desc":"MemoryManagerNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"CollectionUsage":{ | |
"desc":"CollectionUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThreshold":{ | |
"desc":"CollectionUsageThreshold", | |
"type":"long", | |
"rw":true | |
} | |
} | |
}, | |
"name=CodeCacheManager,type=MemoryManager":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"MemoryPoolNames":{ | |
"desc":"MemoryPoolNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
} | |
} | |
}, | |
"name=Code Cache,type=MemoryPool":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetPeakUsage":{ | |
"ret":"void", | |
"desc":"resetPeakUsage", | |
"args":[ | |
] | |
} | |
}, | |
"attr":{ | |
"CollectionUsageThresholdExceeded":{ | |
"desc":"CollectionUsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdSupported":{ | |
"desc":"CollectionUsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThresholdCount":{ | |
"desc":"CollectionUsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThresholdExceeded":{ | |
"desc":"UsageThresholdExceeded", | |
"type":"boolean", | |
"rw":false | |
}, | |
"PeakUsage":{ | |
"desc":"PeakUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Type":{ | |
"desc":"Type", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"Usage":{ | |
"desc":"Usage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"UsageThresholdCount":{ | |
"desc":"UsageThresholdCount", | |
"type":"long", | |
"rw":false | |
}, | |
"UsageThreshold":{ | |
"desc":"UsageThreshold", | |
"type":"long", | |
"rw":true | |
}, | |
"UsageThresholdSupported":{ | |
"desc":"UsageThresholdSupported", | |
"type":"boolean", | |
"rw":false | |
}, | |
"MemoryManagerNames":{ | |
"desc":"MemoryManagerNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"CollectionUsage":{ | |
"desc":"CollectionUsage", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionUsageThreshold":{ | |
"desc":"CollectionUsageThreshold", | |
"type":"long", | |
"rw":true | |
} | |
} | |
}, | |
"type=OperatingSystem":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"FreePhysicalMemorySize":{ | |
"desc":"FreePhysicalMemorySize", | |
"type":"long", | |
"rw":false | |
}, | |
"FreeSwapSpaceSize":{ | |
"desc":"FreeSwapSpaceSize", | |
"type":"long", | |
"rw":false | |
}, | |
"AvailableProcessors":{ | |
"desc":"AvailableProcessors", | |
"type":"int", | |
"rw":false | |
}, | |
"TotalSwapSpaceSize":{ | |
"desc":"TotalSwapSpaceSize", | |
"type":"long", | |
"rw":false | |
}, | |
"ProcessCpuTime":{ | |
"desc":"ProcessCpuTime", | |
"type":"long", | |
"rw":false | |
}, | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"Arch":{ | |
"desc":"Arch", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"SystemLoadAverage":{ | |
"desc":"SystemLoadAverage", | |
"type":"double", | |
"rw":false | |
}, | |
"OpenFileDescriptorCount":{ | |
"desc":"OpenFileDescriptorCount", | |
"type":"long", | |
"rw":false | |
}, | |
"MaxFileDescriptorCount":{ | |
"desc":"MaxFileDescriptorCount", | |
"type":"long", | |
"rw":false | |
}, | |
"TotalPhysicalMemorySize":{ | |
"desc":"TotalPhysicalMemorySize", | |
"type":"long", | |
"rw":false | |
}, | |
"CommittedVirtualMemorySize":{ | |
"desc":"CommittedVirtualMemorySize", | |
"type":"long", | |
"rw":false | |
}, | |
"Version":{ | |
"desc":"Version", | |
"type":"java.lang.String", | |
"rw":false | |
} | |
} | |
}, | |
"name=Copy,type=GarbageCollector":{ | |
"desc":"Information on the management interface of the MBean", | |
"attr":{ | |
"Name":{ | |
"desc":"Name", | |
"type":"java.lang.String", | |
"rw":false | |
}, | |
"LastGcInfo":{ | |
"desc":"LastGcInfo", | |
"type":"javax.management.openmbean.CompositeData", | |
"rw":false | |
}, | |
"CollectionCount":{ | |
"desc":"CollectionCount", | |
"type":"long", | |
"rw":false | |
}, | |
"MemoryPoolNames":{ | |
"desc":"MemoryPoolNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
}, | |
"Valid":{ | |
"desc":"Valid", | |
"type":"boolean", | |
"rw":false | |
}, | |
"CollectionTime":{ | |
"desc":"CollectionTime", | |
"type":"long", | |
"rw":false | |
} | |
} | |
} | |
}, | |
"jolokia":{ | |
"type=Config":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"resetHistoryEntries":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
}, | |
"resetDebugInfo":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
}, | |
"setHistoryEntriesForOperation":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
{ | |
"desc":"", | |
"name":"p1", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p2", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p3", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p4", | |
"type":"int" | |
} | |
] | |
}, | |
"debugInfo":{ | |
"ret":"java.lang.String", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
}, | |
"setHistoryEntriesForAttribute":{ | |
"ret":"void", | |
"desc":"Operation exposed for management", | |
"args":[ | |
{ | |
"desc":"", | |
"name":"p1", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p2", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p3", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p4", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"", | |
"name":"p5", | |
"type":"int" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"HistoryMaxEntries":{ | |
"desc":"Attribute exposed for management", | |
"type":"int", | |
"rw":true | |
}, | |
"Debug":{ | |
"desc":"Attribute exposed for management", | |
"type":"boolean", | |
"rw":true | |
}, | |
"MaxDebugEntries":{ | |
"desc":"Attribute exposed for management", | |
"type":"int", | |
"rw":true | |
}, | |
"HistorySize":{ | |
"desc":"Attribute exposed for management", | |
"type":"int", | |
"rw":false | |
} | |
} | |
}, | |
"type=ServerHandler":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"mBeanServersInfo":{ | |
"ret":"java.lang.String", | |
"desc":"Operation exposed for management", | |
"args":[ | |
] | |
} | |
} | |
} | |
}, | |
"java.util.logging":{ | |
"type=Logging":{ | |
"desc":"Information on the management interface of the MBean", | |
"op":{ | |
"getParentLoggerName":{ | |
"ret":"java.lang.String", | |
"desc":"getParentLoggerName", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"getLoggerLevel":{ | |
"ret":"java.lang.String", | |
"desc":"getLoggerLevel", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"java.lang.String" | |
} | |
] | |
}, | |
"setLoggerLevel":{ | |
"ret":"void", | |
"desc":"setLoggerLevel", | |
"args":[ | |
{ | |
"desc":"p0", | |
"name":"p0", | |
"type":"java.lang.String" | |
}, | |
{ | |
"desc":"p1", | |
"name":"p1", | |
"type":"java.lang.String" | |
} | |
] | |
} | |
}, | |
"attr":{ | |
"LoggerNames":{ | |
"desc":"LoggerNames", | |
"type":"[Ljava.lang.String;", | |
"rw":false | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment