com.bea.ales.management
Class EvaluationFunction

java.lang.Object
  |
  +--com.bea.ales.management.EvaluationFunction

public class EvaluationFunction
extends java.lang.Object

This class represents an evaluation function. Evaluation functions are managed by class ExtensionsManager.


Method Summary
 java.lang.String getName()
          Get the name of the evaluation function.
 void rename(java.lang.String newName)
          Rename the evaluation function.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Get the name of the evaluation function.

Returns:
name of the evaluation function.

rename

public void rename(java.lang.String newName)
            throws java.lang.IllegalArgumentException,
                   ManagementException
Rename the evaluation function.

Parameters:
newName - the new name.
Throws:
java.lang.IllegalArgumentException - if the newName is invalid.
RBACException - if the operation fails.


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.