KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > plugin > GatekeeperInterface


1 /*
2  * GatekeeperInterface.java
3  *
4  * Created on November 5, 2003, 7:31 AM
5  */

6
7 package com.quikj.application.web.talk.plugin;
8
9 import com.quikj.server.web.*;
10 /**
11  *
12  * @author amit
13  */

14 public interface GatekeeperInterface
15 {
16     public boolean allow(EndPointInterface ep, EndPointInfo info);
17 }
18
Popular Tags