SCS

Uses of Interface
scs.event_service.ChannelCollection

Packages that use ChannelCollection
scs.event_service   
scs.event_service.servant   
 

Uses of ChannelCollection in scs.event_service
 

Classes in scs.event_service that implement ChannelCollection
 class _ChannelCollectionStub
          scs/event_service/_ChannelCollectionStub.java .
 

Fields in scs.event_service declared as ChannelCollection
 ChannelCollection ChannelCollectionHolder.value
           
 

Methods in scs.event_service that return ChannelCollection
 ChannelCollection ChannelCollectionPOA._this()
           
 ChannelCollection ChannelCollectionPOA._this(org.omg.CORBA.ORB orb)
           
static ChannelCollection ChannelCollectionHelper.extract(org.omg.CORBA.Any a)
           
static ChannelCollection ChannelCollectionHelper.narrow(org.omg.CORBA.Object obj)
           
static ChannelCollection ChannelCollectionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ChannelCollection ChannelCollectionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.event_service with parameters of type ChannelCollection
static void ChannelCollectionHelper.insert(org.omg.CORBA.Any a, ChannelCollection that)
           
static void ChannelCollectionHelper.write(org.omg.CORBA.portable.OutputStream ostream, ChannelCollection value)
           
 

Constructors in scs.event_service with parameters of type ChannelCollection
ChannelCollectionHolder(ChannelCollection initialValue)
           
 

Uses of ChannelCollection in scs.event_service.servant
 

Methods in scs.event_service.servant that return ChannelCollection
 ChannelCollection ChannelFactoryServant.getCollection()
           
 


SCS