jpel.resolver
Class PolicyImpl

java.lang.Object
  |
  +--jpel.resolver.PolicyImpl
All Implemented Interfaces:
Policy
Direct Known Subclasses:
PolicyActivateOnChange, PolicyActivateOnNotify

public abstract class PolicyImpl
extends java.lang.Object
implements Policy

Imlpementação base de uma Policy.


Constructor Summary
PolicyImpl()
           
 
Method Summary
 void addPolicyListener(jpel.resolver.PolicyListener l)
           
 void firePolicyActivated(jpel.resolver.PolicyEvent e)
           
 void removePolicyListener(jpel.resolver.PolicyListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jpel.resolver.Policy
addConfiguration, removeConfiguration, start
 

Constructor Detail

PolicyImpl

public PolicyImpl()
Method Detail

addPolicyListener

public void addPolicyListener(jpel.resolver.PolicyListener l)
Specified by:
addPolicyListener in interface Policy

removePolicyListener

public void removePolicyListener(jpel.resolver.PolicyListener l)
Specified by:
removePolicyListener in interface Policy

firePolicyActivated

public void firePolicyActivated(jpel.resolver.PolicyEvent e)
Specified by:
firePolicyActivated in interface Policy