|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Profile | |
org.jacorb.orb | |
org.jacorb.orb.giop | |
org.jacorb.orb.iiop | |
org.jacorb.orb.portableInterceptor | |
org.jacorb.orb.util | |
org.omg.ETF |
Uses of Profile in org.jacorb.orb |
Methods in org.jacorb.orb that return Profile | |
Profile |
ProfileSelector.selectProfile(java.util.List profiles,
ClientConnectionManager ccm)
|
Profile |
ParsedIOR.getEffectiveProfile()
|
Profile |
DefaultProfileSelector.selectProfile(java.util.List profiles,
ClientConnectionManager ccm)
|
Methods in org.jacorb.orb with parameters of type Profile | |
static IOR |
ParsedIOR.createObjectIOR(Profile profile)
factory method |
Uses of Profile in org.jacorb.orb.giop |
Fields in org.jacorb.orb.giop declared as Profile | |
protected Profile |
GIOPConnection.profile
|
Methods in org.jacorb.orb.giop that return Profile | |
Profile |
ClientConnection.getRegisteredProfile()
Get the profile that was used for registering with the ClientConnectionManager. |
Profile |
ClientConnection.get_server_profile()
|
Methods in org.jacorb.orb.giop with parameters of type Profile | |
ServerGIOPConnection |
GIOPConnectionManager.createServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener)
|
GIOPConnection |
GIOPConnectionManager.createClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener)
|
ClientConnection |
ClientConnectionManager.getConnection(Profile profile)
|
void |
ClientConnectionManager.addConnection(GIOPConnection connection,
Profile profile)
|
Constructors in org.jacorb.orb.giop with parameters of type Profile | |
ServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider,
GIOPConnectionManager manager)
|
|
GIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider)
|
|
ClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider)
|
|
ClientConnection(GIOPConnection connection,
ORB orb,
ClientConnectionManager conn_mg,
Profile registeredProfile,
boolean client_initiated)
|
Uses of Profile in org.jacorb.orb.iiop |
Classes in org.jacorb.orb.iiop that implement Profile | |
class |
IIOPProfile
|
Methods in org.jacorb.orb.iiop that return Profile | |
Profile |
ServerIIOPConnection.get_server_profile()
|
Profile |
IIOPProfile.copy()
This function shall return an equivalent, deep-copy of the profile on the free store. |
Profile |
IIOPListener.endpoint()
Returns a copy of the profile describing the endpoint of this instance. |
Profile |
IIOPFactories.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components)
|
Profile |
IIOPFactories.decode_corbaloc(java.lang.String corbaloc)
|
Profile |
ClientIIOPConnection.get_server_profile()
|
Methods in org.jacorb.orb.iiop with parameters of type Profile | |
void |
ServerIIOPConnection.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. |
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. |
Uses of Profile in org.jacorb.orb.portableInterceptor |
Methods in org.jacorb.orb.portableInterceptor that return Profile | |
Profile |
IORInfoImpl.get_profile(int tag,
int position)
Returns the profile with the given tag at the given position. |
Profile |
IORInfoImpl.get_profile(int tag)
Returns the first profile with the given tag (position == 0). |
Profile |
IORInfoExt.get_profile(int tag,
int position)
Returns the profile with the given tag at the given position. |
Profile |
IORInfoExt.get_profile(int tag)
Returns the first profile with the given tag (position == 0). |
Methods in org.jacorb.orb.portableInterceptor with parameters of type Profile | |
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. |
Uses of Profile in org.jacorb.orb.util |
Fields in org.jacorb.orb.util declared as Profile | |
Profile[] |
CorbaLoc.profileList
|
Uses of Profile in org.omg.ETF |
Classes in org.omg.ETF that implement Profile | |
class |
_ProfileLocalBase
Abstract base class for implementations of local interface Profile |
class |
ProfileLocalTie
Generated from IDL interface "Profile" |
Fields in org.omg.ETF declared as Profile | |
Profile |
ProfileHolder.value
|
Methods in org.omg.ETF that return Profile | |
Profile |
ProfileOperations.copy()
|
Profile |
ProfileLocalTie.copy()
|
static Profile |
ProfileHelper.extract(Any any)
|
static Profile |
ProfileHelper.read(InputStream in)
|
static Profile |
ProfileHelper.narrow(java.lang.Object obj)
|
static Profile |
ProfileHelper.narrow(Object obj)
|
static Profile |
ProfileHelper.unchecked_narrow(Object obj)
|
Profile |
ListenerOperations.endpoint()
|
Profile |
ListenerLocalTie.endpoint()
|
Profile |
FactoriesOperations.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components)
|
Profile |
FactoriesOperations.decode_corbaloc(java.lang.String corbaloc)
|
Profile |
FactoriesLocalTie.demarshal_profile(TaggedProfileHolder tagged_profile,
TaggedComponentSeqHolder components)
|
Profile |
FactoriesLocalTie.decode_corbaloc(java.lang.String corbaloc)
|
Profile |
ConnectionZeroCopyLocalTie.get_server_profile()
|
Profile |
ConnectionOperations.get_server_profile()
|
Profile |
ConnectionLocalTie.get_server_profile()
|
Methods in org.omg.ETF with parameters of type Profile | |
boolean |
ProfileOperations.is_match(Profile prof)
|
boolean |
ProfileLocalTie.is_match(Profile prof)
|
static void |
ProfileHelper.insert(Any any,
Profile s)
|
static void |
ProfileHelper.write(OutputStream _out,
Profile s)
|
void |
ConnectionZeroCopyLocalTie.connect(Profile server_profile,
long time_out)
|
void |
ConnectionOperations.connect(Profile server_profile,
long time_out)
|
void |
ConnectionLocalTie.connect(Profile server_profile,
long time_out)
|
Constructors in org.omg.ETF with parameters of type Profile | |
ProfileHolder(Profile initial)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |