org.tfe.core
Class _AppsCallBackStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.tfe.core._AppsCallBackStub
All Implemented Interfaces:
AppsCallBack, AppsCallBackOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class _AppsCallBackStub
extends org.omg.CORBA.portable.ObjectImpl
implements AppsCallBack

org/tfe/core/_AppsCallBackStub.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from E:/IDEA-1.1/src/org/tfe/core.idl Tuesday, September 2, 2003 12:13:48 AM EDT

See Also:
Serialized Form

Constructor Summary
_AppsCallBackStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void AlertCallback(Alert a)
           
 void AlertViewedCallback(int ID)
           
 void MessageCallback(java.lang.String message)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_AppsCallBackStub

public _AppsCallBackStub()
Method Detail

AlertCallback

public void AlertCallback(Alert a)
Specified by:
AlertCallback in interface AppsCallBackOperations

MessageCallback

public void MessageCallback(java.lang.String message)
Specified by:
MessageCallback in interface AppsCallBackOperations

AlertViewedCallback

public void AlertViewedCallback(int ID)
Specified by:
AlertViewedCallback in interface AppsCallBackOperations

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl