public class ClientDelegateImpl extends ClientDelegate
| Constructor and Description |
|---|
ClientDelegateImpl(ORB orb,
ContactInfoList contactInfoList) |
| Modifier and Type | Method and Description |
|---|---|
Request |
create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
Request |
create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Object |
duplicate(Object obj) |
boolean |
equals(Object self,
Object other)
This method overrides the org.omg.CORBA.portable.Delegate.equals method,
and does the equality check based on IOR equality.
|
String |
get_codebase(Object self) |
Object |
get_interface_def(Object obj) |
ORB |
getBroker()
The ORB associated * with an invocation.
|
ContactInfoList |
getContactInfoList()
Get the CorbaContactInfoList which represents they encoding/protocol/transport
combinations that may be used to contact the service.
|
int |
hash(Object obj,
int maximum) |
int |
hashCode() |
int |
hashCode(Object obj) |
InputStream |
invoke(Object self,
OutputStream output) |
boolean |
is_a(Object obj,
String dest) |
boolean |
is_equivalent(Object obj,
Object ref) |
boolean |
is_local(Object self)
Returns true if this object is implemented by a local servant.
|
boolean |
non_existent(Object obj) |
ORB |
orb(Object obj) |
void |
release(Object obj) |
void |
releaseReply(Object self,
InputStream input) |
Request |
request(Object obj,
String operation) |
OutputStream |
request(Object self,
String operation,
boolean responseExpected) |
void |
servant_postinvoke(Object self,
ServantObject servant) |
ServantObject |
servant_preinvoke(Object self,
String operation,
Class expectedType) |
String |
toString(Object self) |
get_domain_managers, get_policy, set_policy_overridepublic ClientDelegateImpl(ORB orb, ContactInfoList contactInfoList)
public ORB getBroker()
ClientDelegategetBroker in class ClientDelegatepublic ContactInfoList getContactInfoList()
ClientDelegategetContactInfoList in class ClientDelegatepublic OutputStream request(Object self, String operation, boolean responseExpected)
public InputStream invoke(Object self, OutputStream output) throws ApplicationException, RemarshalException
invoke in class DelegateApplicationExceptionRemarshalExceptionpublic void releaseReply(Object self, InputStream input)
releaseReply in class Delegatepublic Object get_interface_def(Object obj)
get_interface_def in class Delegatepublic boolean non_existent(Object obj)
non_existent in class Delegatepublic boolean is_equivalent(Object obj, Object ref)
is_equivalent in class Delegatepublic boolean equals(Object self, Object other)
public Request create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result)
create_request in class Delegatepublic Request create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
create_request in class Delegatepublic boolean is_local(Object self)
public ServantObject servant_preinvoke(Object self, String operation, Class expectedType)
servant_preinvoke in class Delegatepublic void servant_postinvoke(Object self, ServantObject servant)
servant_postinvoke in class Delegatepublic String get_codebase(Object self)
get_codebase in class DelegateCopyright © 2017–2019 Eclipse Foundation. All rights reserved.