Uses of Interface
org.omg.ATLAS.AuthTokenDispenser

Packages that use AuthTokenDispenser
org.omg.ATLAS   
 

Uses of AuthTokenDispenser in org.omg.ATLAS
 

Classes in org.omg.ATLAS that implement AuthTokenDispenser
 class _AuthTokenDispenserStub
          Generated from IDL interface "AuthTokenDispenser"
 

Fields in org.omg.ATLAS declared as AuthTokenDispenser
 AuthTokenDispenser AuthTokenDispenserHolder.value
           
 

Methods in org.omg.ATLAS that return AuthTokenDispenser
 AuthTokenDispenser AuthTokenDispenserPOATie._this()
           
 AuthTokenDispenser AuthTokenDispenserPOATie._this(ORB orb)
           
 AuthTokenDispenser AuthTokenDispenserPOA._this()
           
 AuthTokenDispenser AuthTokenDispenserPOA._this(ORB orb)
           
static AuthTokenDispenser AuthTokenDispenserHelper.extract(Any any)
           
static AuthTokenDispenser AuthTokenDispenserHelper.read(InputStream in)
           
static AuthTokenDispenser AuthTokenDispenserHelper.narrow(java.lang.Object obj)
           
static AuthTokenDispenser AuthTokenDispenserHelper.narrow(Object obj)
           
static AuthTokenDispenser AuthTokenDispenserHelper.unchecked_narrow(Object obj)
           
 AuthTokenDispenser ATLASLocator.the_dispenser()
           
 

Methods in org.omg.ATLAS with parameters of type AuthTokenDispenser
static void AuthTokenDispenserHelper.insert(Any any, AuthTokenDispenser s)
           
static void AuthTokenDispenserHelper.write(OutputStream _out, AuthTokenDispenser s)
           
 void ATLASLocator.the_dispenser(AuthTokenDispenser _x)
           
 

Constructors in org.omg.ATLAS with parameters of type AuthTokenDispenser
AuthTokenDispenserHolder(AuthTokenDispenser initial)