1 26 27 package org.objectweb.openccm.Containers; 28 29 import org.objectweb.openccm.Containers.CallContext; 30 31 39 40 public interface Interceptor 41 { 42 45 public void 46 _call_context(CallContext context); 47 48 51 public CallContext 52 _call_context(); 53 54 57 public java.lang.Object  58 _delegate(); 59 60 63 public void 64 _delegate(java.lang.Object executor); 65 } 66 | Popular Tags |