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
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()
           
 AuthTokenDispenser AuthTokenDispenserPOA._this()
           
 AuthTokenDispenser AuthTokenDispenserPOA._this(ORB orb)
           
 AuthTokenDispenser AuthTokenDispenserPOATie._this()
           
 AuthTokenDispenser AuthTokenDispenserPOATie._this(ORB orb)
           
 

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)