javax.naming.event

Interface EventContext

public interface EventContext extends Context

UNKNOWN: June 1, 2001

Field Summary
intOBJECT_SCOPE
intONELEVEL_SCOPE
intSUBTREE_SCOPE
Method Summary
voidaddNamingListener(Name target, int scope, NamingListener l)
voidaddNamingListener(String target, int scope, NamingListener l)
voidremoveNamingListener(NamingListener l)
booleantargetMustExist()

Field Detail

OBJECT_SCOPE

public int OBJECT_SCOPE

ONELEVEL_SCOPE

public int ONELEVEL_SCOPE

SUBTREE_SCOPE

public int SUBTREE_SCOPE

Method Detail

addNamingListener

public void addNamingListener(Name target, int scope, NamingListener l)

addNamingListener

public void addNamingListener(String target, int scope, NamingListener l)

removeNamingListener

public void removeNamingListener(NamingListener l)

targetMustExist

public boolean targetMustExist()