|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplp.orientadaAspectos1.memoria.Pointcut
public class Pointcut
Classe que representa um pointcut na memória
Constructor Summary | |
---|---|
Pointcut(Id id,
PointcutExpressao pe)
Construtor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
Id |
getId()
Retorna o identificador deste pointcut |
boolean |
intercept(Interceptavel interceptavel,
AmbienteExecucao ambiente)
Verifica se este pointcut intercepta um comando |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pointcut(Id id, PointcutExpressao pe)
id
- Identificador do pointcutpe
- Expressao que define o pointcutMethod Detail |
---|
public Id getId()
public boolean intercept(Interceptavel interceptavel, AmbienteExecucao ambiente) throws ObjetoJaDeclaradoException, ProcedimentoNaoDeclaradoException, ProcedimentoJaDeclaradoException, ClasseJaDeclaradaException, ClasseNaoDeclaradaException, EntradaInvalidaException, PointcutNaoDeclaradoException, UnsuporttedAdviceAroundForAccessAttributeException
comando
- O comando a ser interceptadoambiente
- O ambiente de execução
PointcutNaoDeclaradoException
EntradaInvalidaException
ClasseNaoDeclaradaException
ClasseJaDeclaradaException
ProcedimentoJaDeclaradoException
ProcedimentoNaoDeclaradoException
ObjetoJaDeclaradoException
UnsuporttedAdviceAroundForAccessAttributeException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |