Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.plugin
Class MonitoringData

java.lang.Object
  extended by oracle.security.am.plugin.MonitoringData


public class MonitoringData
extends java.lang.Object

Monitoring Data will be captured by the plug-in can be sent to the server for logging.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Constructor Summary
MonitoringData()
           

 

Method Summary
 java.lang.String getName()
          Gets the name.
 java.lang.String getType()
          Gets the type.
 java.lang.Object getValue()
          Gets the value.
 void setName(java.lang.String name)
          Sets the name.
 void setType(java.lang.String type)
          Sets the type.
 void setValue(java.lang.Object value)
          Sets the value.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MonitoringData

public MonitoringData()

Method Detail

getName

public java.lang.String getName()
Gets the name.
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.
Parameters:
name - the name to set

getValue

public java.lang.Object getValue()
Gets the value.
Returns:
the value

setValue

public void setValue(java.lang.Object value)
Sets the value.
Parameters:
value - the value to set

getType

public java.lang.String getType()
Gets the type.
Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.
Parameters:
type - the type to set

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.