Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.diop | |
org.jacorb.orb.etf | |
org.jacorb.orb.giop | |
org.jacorb.orb.iiop | |
org.jacorb.orb.portableInterceptor | |
org.jacorb.orb.util | |
org.omg.ETF |
Modifier and Type | Method and Description |
---|---|
Profile |
ParsedIOR.getEffectiveProfile() |
Profile |
DefaultProfileSelector.selectProfile(List profiles,
ClientConnectionManager ccm) |
Profile |
SpecificProfileSelector.selectProfile(List profiles,
ClientConnectionManager ccm)
Select IOP profile that matches protocol
|
Profile |
ProfileSelector.selectProfile(List profiles,
ClientConnectionManager ccm) |
Modifier and Type | Method and Description |
---|---|
static IOR |
ParsedIOR.createObjectIOR(Profile profile)
factory method
|
static IOR |
ParsedIOR.createObjectIOR(Profile[] profiles) |
Modifier and Type | Method and Description |
---|---|
Profile |
DIOPFactories.decode_corbaloc(String corbaloc) |
Profile |
DIOPFactories.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components) |
Modifier and Type | Class and Description |
---|---|
class |
ProfileBase |
Modifier and Type | Field and Description |
---|---|
protected Profile |
ListenerBase.profile
The profile of this listener's endpoint.
|
Modifier and Type | Method and Description |
---|---|
Profile |
ProfileBase.copy()
This function shall return an equivalent, deep-copy of the profile
on the free store.
|
abstract Profile |
FactoriesBase.decode_corbaloc(String corbaloc) |
Profile |
FactoriesBase.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components) |
Profile |
ListenerBase.endpoint()
Returns a copy of the profile describing the endpoint
of this instance.
|
Profile |
ConnectionBase.get_server_profile() |
Modifier and Type | Field and Description |
---|---|
protected Profile |
GIOPConnection.profile
Profile describing the remote endpoint of this connection.
|
Modifier and Type | Method and Description |
---|---|
Profile |
ClientConnection.get_server_profile() |
Profile |
ClientConnection.getRegisteredProfile()
Get the profile that was used for registering with the
ClientConnectionManager.
|
Profile |
TransportListener.Event.profile() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManager.addConnection(GIOPConnection connection,
Profile profile) |
GIOPConnection |
GIOPConnectionManager.createClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener) |
ServerGIOPConnection |
GIOPConnectionManager.createServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener) |
ClientConnection |
ClientConnectionManager.getConnection(Profile profile) |
Constructor and Description |
---|
ClientConnection(GIOPConnection connection,
ORB orb,
ClientConnectionManager conn_mg,
Profile registeredProfile,
boolean client_initiated) |
ClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider) |
GIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider) |
ServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider,
GIOPConnectionManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
IIOPProfile |
Modifier and Type | Method and Description |
---|---|
Profile |
IIOPFactories.decode_corbaloc(String corbaloc) |
Modifier and Type | Method and Description |
---|---|
void |
ServerIIOPConnection.connect(Profile server_profile,
long time_out) |
void |
ClientIIOPConnection.connect(Profile server_profile,
long time_out)
Attempts to establish a 1-to-1 connection with a server using the
Listener endpoint from the given Profile description.
|
void |
IIOPLoopbackConnection.connect(Profile server_profile,
long time_out) |
boolean |
IIOPProfile.is_match(Profile prof)
This function shall determine if the passed profile, prof, is a match
to this profile.
|
Modifier and Type | Method and Description |
---|---|
Profile |
IORInfoImpl.get_profile(int tag)
Returns the first profile with the given tag (position == 0).
|
Profile |
IORInfoExt.get_profile(int tag)
Returns the first profile with the given tag (position == 0).
|
Profile |
IORInfoImpl.get_profile(int tag,
int position)
Returns the profile with the given tag at the given position.
|
Profile |
IORInfoExt.get_profile(int tag,
int position)
Returns the profile with the given tag at the given position.
|
Modifier and Type | Method and Description |
---|---|
void |
IORInfoImpl.add_profile(Profile profile)
This method adds a further profile to an IOR.
|
void |
IORInfoExt.add_profile(Profile profile)
This method adds a further profile to an IOR.
|
Modifier and Type | Field and Description |
---|---|
Profile[] |
CorbaLoc.profileList |
Modifier and Type | Class and Description |
---|---|
class |
_ProfileLocalBase
Abstract base class for implementations of local interface Profile
|
class |
ProfileLocalTie
Generated from IDL interface "Profile".
|
Modifier and Type | Field and Description |
---|---|
Profile |
ProfileHolder.value |
Modifier and Type | Method and Description |
---|---|
Profile |
ProfileOperations.copy() |
Profile |
ProfileLocalTie.copy() |
Profile |
FactoriesOperations.decode_corbaloc(String corbaloc) |
Profile |
FactoriesLocalTie.decode_corbaloc(String corbaloc) |
Profile |
FactoriesOperations.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components) |
Profile |
FactoriesLocalTie.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components) |
Profile |
ListenerLocalTie.endpoint() |
Profile |
ListenerOperations.endpoint() |
static Profile |
ProfileHelper.extract(Any any) |
Profile |
ConnectionLocalTie.get_server_profile() |
Profile |
ConnectionOperations.get_server_profile() |
Profile |
ConnectionZeroCopyLocalTie.get_server_profile() |
static Profile |
ProfileHelper.narrow(Object obj) |
static Profile |
ProfileHelper.read(InputStream in) |
static Profile |
ProfileHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionLocalTie.connect(Profile server_profile,
long time_out) |
void |
ConnectionOperations.connect(Profile server_profile,
long time_out) |
void |
ConnectionZeroCopyLocalTie.connect(Profile server_profile,
long time_out) |
static void |
ProfileHelper.insert(Any any,
Profile s) |
boolean |
ProfileOperations.is_match(Profile prof) |
boolean |
ProfileLocalTie.is_match(Profile prof) |
static void |
ProfileHelper.write(OutputStream _out,
Profile s) |
Constructor and Description |
---|
ProfileHolder(Profile initial) |
Copyright © 2017 JacORB. All rights reserved.