Package oracle.security.am.plugin
Class MonitoringData
java.lang.Object
oracle.security.am.plugin.MonitoringData
Monitoring Data will be captured by the plug-in can be
sent to the server for logging.
- Since:
- OAM11gR1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonitoringData
public MonitoringData()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name
- the name to set
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value
- the value to set
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type
- the type to set
-