Gets the object name of the given vdb scheduler
Parameters: vdbName - name of the virtual database object name associated to the given virtual database scheduler throws: MalformedObjectNameException - if the provided vdb name is incorrect
Return the object name associated to the task queues of a given backend.
Parameters: vdbName - name of the virtual database managing the backend Parameters: backendName - name of the backend return the object name associated to the task queues of a givenbackend throws: MalformedObjectNameException - if the object name is malformed See Also:JmxConstants.BACKENDTASKQUEUES_OBJECTNAME_PATTERN
Get the object name associated with a backend on a given virtual database
Parameters: virtualDataBaseName - name of the virtual database Parameters: name - name of the backend the object name associated with a backend on a given virtualdatabase throws: MalformedObjectNameException - if the provided name is not correct
Return the object name associated to the load balancer of a given virtual
database.
Parameters: vdbName - name of the virtual database return the object name associated to the load balancer of a givenvirtual database throws: MalformedObjectNameException - if the object name is malformed See Also:JmxConstants.LOADBALANCER_OBJECTNAME_PATTERN
Gets the object name of the given vdb request manager parsing cache
Parameters: vdbName - name of the virtual database object name associated to the given virtual database scheduler throws: MalformedObjectNameException - if the provided vdb name is incorrect
Get the object name associated with the recovery log on a given virtual
database
Parameters: vdbName - name of the virtual database the object name associated with the recovery log on a given virtualdatabase throws: MalformedObjectNameException - if the provided name is not correct
Return the object name associated to the request manager of a given virtual
database.
Parameters: vdbName - name of the virtual database return the object name associated to the request manager of a givenvirtual database throws: MalformedObjectNameException - if the object name is malformed See Also:JmxConstants.REQUESTMANAGER_OBJECTNAME_PATTERN
Get the objectname associated with a virtualdatabase
Parameters: virtualDataBaseName - the name of the virtualdatabase sequoia:type:=<virtualdatabase>:name:=<name> throws: MalformedObjectNameException - if the provided name is not correct
mbeanNeedAuthentication
public static boolean mbeanNeedAuthentication(ObjectName mbean)(Code)
Sequoia rules to determine if a mbean need authentication or not. By
default all the mbeans need authentication apart from the controller mbean
and the data collector mbean
Parameters: mbean - ObjectName of the mbean to test true if the call to the mbean should have a user and apassword attribute attached to it.