org.jacorb.orb.etf

Class FactoriesBase

public abstract class FactoriesBase extends _FactoriesLocalBase implements Configurable

Version: $Id: FactoriesBase.java,v 1.4 2006/06/26 08:09:30 alphonse.bendt Exp $

Author: Andre Spiegel

Field Summary
protected static ClassaddressClz
protected Configurationconfiguration
protected static ClassconnectionClz
protected static ClasslistenerClz
protected static ClassprofileClz
Method Summary
voidconfigure(Configuration configuration)
Connectioncreate_connection(ProtocolProperties props)
ETF defined operation to create a connection.
Listenercreate_listener(ProtocolProperties props, int stacksize, short base_priority)
ETF defined operation to create a connection.
ProtocolAddressBasecreate_protocol_address(String addr)
abstract Profiledecode_corbaloc(String corbaloc)
Profiledemarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
intmatch_tag(String address)

Field Detail

addressClz

protected static Class addressClz

configuration

protected Configuration configuration

connectionClz

protected static Class connectionClz

listenerClz

protected static Class listenerClz

profileClz

protected static Class profileClz

Method Detail

configure

public void configure(Configuration configuration)

create_connection

public Connection create_connection(ProtocolProperties props)
ETF defined operation to create a connection.

create_listener

public Listener create_listener(ProtocolProperties props, int stacksize, short base_priority)
ETF defined operation to create a connection.

create_protocol_address

public ProtocolAddressBase create_protocol_address(String addr)

decode_corbaloc

public abstract Profile decode_corbaloc(String corbaloc)

demarshal_profile

public Profile demarshal_profile(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)

match_tag

public int match_tag(String address)