tamago.ext.tamagocc
Class SecurityTamago

java.lang.Object
  extended by tamago.ext.tamagocc.SecurityTamago

public abstract class SecurityTamago
extends java.lang.Object


Field Summary
protected  TamagoCCContainer caller
           
protected  TamagoCCComponent dest
           
 
Constructor Summary
SecurityTamago(TamagoCCContainer caller, TamagoCCComponent dest)
           
 
Method Summary
abstract  boolean checkValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caller

protected TamagoCCContainer caller

dest

protected TamagoCCComponent dest
Constructor Detail

SecurityTamago

public SecurityTamago(TamagoCCContainer caller,
                      TamagoCCComponent dest)
Method Detail

checkValid

public abstract boolean checkValid()