com.anabas.gxo
Interface GND_CollectionSecurityManager


public interface GND_CollectionSecurityManager

Encapsulates security for a context. Inherited from parent contexts. Should be passed into a stream context behind the scenes by the factory.


Method Summary
 boolean canBind()
           
 boolean canCreateChild()
           
 boolean canListen()
           
 boolean canLookup()
           
 

Method Detail

canBind

public boolean canBind()

canLookup

public boolean canLookup()

canListen

public boolean canListen()

canCreateChild

public boolean canCreateChild()