gov.lanl.ooexam
Class Secure

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--gov.lanl.ooexam.ISecurePOA
              |
              +--gov.lanl.ooexam.Secure
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, ISecureOperations

public class Secure
extends ISecurePOA

Implementation of the ISecure interface.

 

Constructor Summary
Secure()
           
 
Method Summary
 void hello(java.lang.String msg)
          Hello method that prints the message passed.
 
Methods inherited from class gov.lanl.ooexam.ISecurePOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Secure

public Secure()
Method Detail

hello

public void hello(java.lang.String msg)
Hello method that prints the message passed.

Parameters:
msg - The message to show.