SCS

Uses of Interface
scs.event_service.ChannelCollectionOperations

Packages that use ChannelCollectionOperations
scs.event_service   
scs.event_service.servant   
 

Uses of ChannelCollectionOperations in scs.event_service
 

Subinterfaces of ChannelCollectionOperations in scs.event_service
 interface ChannelCollection
          scs/event_service/ChannelCollection.java .
 

Classes in scs.event_service that implement ChannelCollectionOperations
 class _ChannelCollectionStub
          scs/event_service/_ChannelCollectionStub.java .
 class ChannelCollectionPOA
          scs/event_service/ChannelCollectionPOA.java .
 class ChannelCollectionPOATie
          scs/event_service/ChannelCollectionPOATie.java .
 

Methods in scs.event_service that return ChannelCollectionOperations
 ChannelCollectionOperations ChannelCollectionPOATie._delegate()
           
 

Methods in scs.event_service with parameters of type ChannelCollectionOperations
 void ChannelCollectionPOATie._delegate(ChannelCollectionOperations delegate)
           
 

Constructors in scs.event_service with parameters of type ChannelCollectionOperations
ChannelCollectionPOATie(ChannelCollectionOperations delegate)
           
ChannelCollectionPOATie(ChannelCollectionOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of ChannelCollectionOperations in scs.event_service.servant
 

Classes in scs.event_service.servant that implement ChannelCollectionOperations
 class ChannelCollectionServant
          Classe que implementa o servant da interface scs::event_service::ChannelCollection::ChannelCollection.
 


SCS