|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpel.resolver.PolicyImpl | +--jpel.resolver.PolicyActivateOnNotify
Define uma politica que notifica os listeners quando recebe uma solicitação.
Constructor Summary | |
PolicyActivateOnNotify()
|
Method Summary | |
void |
addConfiguration(jpel.resolver.Configuration conf)
|
void |
callAll()
|
void |
finish()
|
int |
getPort()
|
void |
removeConfiguration(jpel.resolver.Configuration conf)
|
void |
run()
|
void |
setPort(int port)
|
void |
start()
|
Methods inherited from class jpel.resolver.PolicyImpl |
addPolicyListener, firePolicyActivated, removePolicyListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyActivateOnNotify()
Method Detail |
public void setPort(int port)
public int getPort()
public void addConfiguration(jpel.resolver.Configuration conf) throws PolicyException
addConfiguration
in interface Policy
PolicyException
public void removeConfiguration(jpel.resolver.Configuration conf) throws PolicyException
removeConfiguration
in interface Policy
PolicyException
public void finish()
public void start()
start
in interface Policy
public void run()
run
in interface java.lang.Runnable
public void callAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |