SCS

Uses of Interface
scs.event_service.ChannelFactoryOperations

Packages that use ChannelFactoryOperations
scs.event_service   
scs.event_service.servant   
 

Uses of ChannelFactoryOperations in scs.event_service
 

Subinterfaces of ChannelFactoryOperations in scs.event_service
 interface ChannelFactory
          scs/event_service/ChannelFactory.java .
 

Classes in scs.event_service that implement ChannelFactoryOperations
 class _ChannelFactoryStub
          scs/event_service/_ChannelFactoryStub.java .
 class ChannelFactoryPOA
          scs/event_service/ChannelFactoryPOA.java .
 class ChannelFactoryPOATie
          scs/event_service/ChannelFactoryPOATie.java .
 

Methods in scs.event_service that return ChannelFactoryOperations
 ChannelFactoryOperations ChannelFactoryPOATie._delegate()
           
 

Methods in scs.event_service with parameters of type ChannelFactoryOperations
 void ChannelFactoryPOATie._delegate(ChannelFactoryOperations delegate)
           
 

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

Uses of ChannelFactoryOperations in scs.event_service.servant
 

Classes in scs.event_service.servant that implement ChannelFactoryOperations
 class ChannelFactoryServant
          Classe que implementa as funcionalidades de f�brica de canais da interface scs::event_service::ChannelFactory
 


SCS