Methods Summary |
---|
public Request | _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public Request | _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public org.omg.CORBA.Object | _duplicate()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public org.omg.CORBA.DomainManager[] | _get_domain_managers()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented.
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public org.omg.CORBA.Object | _get_interface()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented.
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public org.omg.CORBA.Object | _get_interface_def()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
// First try to call the delegate implementation class's
// "Object get_interface_def(..)" method (will work for JDK1.2
// ORBs).
// Else call the delegate implementation class's
// "InterfaceDef get_interface(..)" method using reflection
// (will work for pre-JDK1.2 ORBs).
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public org.omg.CORBA.Policy | _get_policy(int policy_type)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented.
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public int | _hash(int maximum)Returns a hash value that is consistent for the
lifetime of the object, using the given number as the maximum.
This method is the default implementation of the
org.omg.CORBA.Object method.
return hashCode() ;
|
public InputStream | _invoke(OutputStream output)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
Called to invoke an operation. The stub provides an
OutputStream that was previously returned by a
_request()
call. _invoke returns an InputStream which
contains the
marshaled reply. If an exception occurs, _invoke may throw an
ApplicationException object which contains an
InputStream from
which the user exception state may be unmarshaled.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public boolean | _is_a(java.lang.String repository_id)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented.
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public boolean | _is_equivalent(org.omg.CORBA.Object that)Determines whether the two object references are equivalent,
so far as the ORB can easily determine. Two object references are equivalent
if they are identical. Two distinct object references which in fact refer to
the same object are also equivalent. However, ORBs are not required
to attempt determination of whether two distinct object references
refer to the same object, since such determination could be impractically
expensive.
Default implementation of the org.omg.CORBA.Object method.
return equals(that) ;
|
public boolean | _is_local()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
Returns true for this LocalObject instance.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public boolean | _non_existent()Always returns false .
This method is the default implementation of the
org.omg.CORBA.Object method.
return false;
|
public org.omg.CORBA.ORB | _orb()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public void | _release()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public void | _releaseReply(InputStream input)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
May optionally be called by a stub to release a
reply stream back to the ORB when the unmarshaling has
completed. The stub passes the InputStream returned by
_invoke() or
ApplicationException.getInputStream() .
A null
value may also be passed to _releaseReply , in which case the
method is a no-op.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public OutputStream | _request(java.lang.String operation, boolean responseExpected)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
Called by a stub to obtain an OutputStream for
marshaling arguments. The stub must supply the operation name,
and indicate if a response is expected (i.e is this a oneway
call).
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public Request | _request(java.lang.String operation)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public void | _servant_postinvoke(ServantObject servant)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public ServantObject | _servant_preinvoke(java.lang.String operation, java.lang.Class expectedType)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public org.omg.CORBA.Object | _set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented.
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|
public boolean | validate_connection()Throws an org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented.
This method is the default implementation of the
org.omg.CORBA.Object method.
throw new org.omg.CORBA.NO_IMPLEMENT(reason);
|