SCS

scs.event_service
Interface ChannelFactoryOperations

All Known Subinterfaces:
ChannelFactory
All Known Implementing Classes:
_ChannelFactoryStub, ChannelFactoryPOA, ChannelFactoryPOATie, ChannelFactoryServant

public interface ChannelFactoryOperations

scs/event_service/ChannelFactoryOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/events.idl Friday, October 3, 2008 9:13:51 AM BRT


Method Summary
 IComponent create(java.lang.String name)
           
 void destroy(java.lang.String name)
           
 

Method Detail

create

IComponent create(java.lang.String name)
                  throws NameAlreadyInUse
Throws:
NameAlreadyInUse

destroy

void destroy(java.lang.String name)
             throws InvalidName
Throws:
InvalidName

SCS