public class MIOPFactories extends FactoriesBase implements Configurable
configuration| Constructor and Description |
|---|
MIOPFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration configuration)
Configure this object.
|
protected ProtocolAddressBase |
create_address_internal()
Return the correct type of address
|
protected org.omg.ETF.Connection |
create_connection_internal()
Return the correct type of connection
|
org.omg.ETF.Listener |
create_listener_internal()
Return the correct type of listener
|
org.omg.ETF.Profile |
decode_corbaloc(String corbaloc)
Decodes a passed corbaloc(without corbaloc: part)
|
org.omg.ETF.Profile |
demarshal_profile(TaggedProfileHolder taggedProfile,
TaggedComponentSeqHolder taggedComponentSeq)
Demarshal a requested profile.
|
int |
profile_tag()
Returns the UMIOP profile tag number.
|
configureResult, create_connection, create_listener, create_protocol_address, match_tag_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overrideprotected org.omg.ETF.Connection create_connection_internal()
create_connection_internal in class FactoriesBaseprotected ProtocolAddressBase create_address_internal()
create_address_internal in class FactoriesBasepublic void configure(Configuration configuration) throws ConfigurationException
configure in interface Configurableconfigure in class FactoriesBaseconfiguration - the object configurationConfigurationException - if any problem with the configuration is
detectedpublic org.omg.ETF.Listener create_listener_internal()
create_listener_internal in class FactoriesBasepublic org.omg.ETF.Profile demarshal_profile(TaggedProfileHolder taggedProfile, TaggedComponentSeqHolder taggedComponentSeq)
demarshal_profile in interface org.omg.ETF.FactoriesOperationsdemarshal_profile in class FactoriesBasetaggedProfile - the holder of the marshaled profile.taggedComponentSeq - unused (can be null)public int profile_tag()
profile_tag in interface org.omg.ETF.FactoriesOperationspublic org.omg.ETF.Profile decode_corbaloc(String corbaloc)
decode_corbaloc in interface org.omg.ETF.FactoriesOperationsdecode_corbaloc in class FactoriesBasecorbaloc - the string to be decodedCopyright © 2017 JacORB. All rights reserved.