Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util
Class NullImplementation.NullActionPolicy

java.lang.Object
  extended by com.tangosol.util.NullImplementation.NullActionPolicy

All Implemented Interfaces:
ActionPolicy
Enclosing class:
NullImplementation

public static class NullImplementation.NullActionPolicy
extends java.lang.Object
implements ActionPolicy

An implementation of an ActionPolicy that allows all actions.


Field Summary
static ActionPolicy INSTANCE
          Singleton instance.

 

Constructor Summary
NullImplementation.NullActionPolicy()
           

 

Method Summary
 void init(Service service)
          Called when the specified service loads and configures this policy.
 boolean isAllowed(Service service, Action action)
          Evaluate if the specified action is currently allowed by this policy.
 java.lang.String toString()
          Return a human-readable String representation of this ActionPolicy.

 

Field Detail

INSTANCE

public static final ActionPolicy INSTANCE
Singleton instance.

Constructor Detail

NullImplementation.NullActionPolicy

public NullImplementation.NullActionPolicy()

Method Detail

init

public void init(Service service)
Called when the specified service loads and configures this policy.

Note: A policy could be applied to multiple services.

Specified by:
init in interface ActionPolicy
Parameters:
service - the service that this policy applies to

isAllowed

public boolean isAllowed(Service service,
                         Action action)
Evaluate if the specified action is currently allowed by this policy.

Note: for forward compatibility, implementations should generally return true for actions that are not recognized.

Specified by:
isAllowed in interface ActionPolicy
Parameters:
service - the service that is performing the action
action - the action that is being performed
Returns:
true iff the specified action is currently allowed by this policy

toString

public java.lang.String toString()
Return a human-readable String representation of this ActionPolicy.

Note: this method may be used to provide information about this ActionPolicy to management interfaces.

Specified by:
toString in interface ActionPolicy

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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