KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > portable > Delegate

org.omg.CORBA.portable
Class Delegate

java.lang.Object
  extended by org.omg.CORBA.portable.Delegate
Direct Known Subclasses:
Delegate
See Also:
Top Examples, Source Code, Object

public abstract Request create_request(Object obj,
                                       Context ctx,
                                       String operation,
                                       NVList arg_list,
                                       NamedValue result)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Request create_request(Object obj,
                                       Context ctx,
                                       String operation,
                                       NVList arg_list,
                                       NamedValue result,
                                       ExceptionList exclist,
                                       ContextList ctxlist)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Delegate()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Object duplicate(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object self,
                      Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DomainManager[] get_domain_managers(Object self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Object get_interface_def(Object self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Policy get_policy(Object self,
                         int policy_type)
See Also:
BAD_PARAM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int hash(Object obj,
                         int max)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode(Object self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream invoke(Object self,
                          OutputStream output)
                   throws ApplicationException,
                          RemarshalException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean is_a(Object obj,
                             String repository_id)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean is_equivalent(Object obj,
                                      Object other)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean is_local(Object self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean non_existent(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ORB orb(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void release(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void releaseReply(Object self,
                         InputStream input)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Request request(Object obj,
                                String operation)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public OutputStream request(Object self,
                            String operation,
                            boolean responseExpected)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void servant_postinvoke(Object self,
                               ServantObject servant)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServantObject servant_preinvoke(Object self,
                                       String operation,
                                       Class expectedType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object set_policy_override(Object self,
                                  Policy[] policies,
                                  SetOverrideType set_add)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString(Object self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags