org.jacorb.notification

Class TypedEventChannelFactoryImpl

public class TypedEventChannelFactoryImpl extends AbstractChannelFactory implements TypedEventChannelFactoryOperations

Version: $Id: TypedEventChannelFactoryImpl.java,v 1.10 2005/12/04 22:17:49 alphonse.bendt Exp $

Author: Alphonse Bendt

Constructor Summary
TypedEventChannelFactoryImpl(MutablePicoContainer container, ORB orb)
Method Summary
protected Objectcreate_abstract_channel(Property[] admin, Property[] qos, IntHolder id)
TypedEventChannelcreate_typed_channel(Property[] qosProps, Property[] adminProps, IntHolder intHolder)
StringgetObjectName()
ServantgetServant()
protected StringgetShortcut()
int[]get_all_typed_channels()
TypedEventChannelget_typed_event_channel(int id)
protected AbstractEventChannelnewEventChannel()

Constructor Detail

TypedEventChannelFactoryImpl

public TypedEventChannelFactoryImpl(MutablePicoContainer container, ORB orb)

Method Detail

create_abstract_channel

protected Object create_abstract_channel(Property[] admin, Property[] qos, IntHolder id)

create_typed_channel

public TypedEventChannel create_typed_channel(Property[] qosProps, Property[] adminProps, IntHolder intHolder)

getObjectName

public String getObjectName()

getServant

public Servant getServant()

getShortcut

protected String getShortcut()

get_all_typed_channels

public int[] get_all_typed_channels()

get_typed_event_channel

public TypedEventChannel get_typed_event_channel(int id)

newEventChannel

protected AbstractEventChannel newEventChannel()