gov.lanl.ooexam
Class ISecurePOATie

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

public class ISecurePOATie
extends ISecurePOA

Interface definition : ISecure

 

Constructor Summary
ISecurePOATie(gov.lanl.ooexam.ISecureOperations tieObject)
          Constructor
ISecurePOATie(gov.lanl.ooexam.ISecureOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 gov.lanl.ooexam.ISecureOperations _delegate()
          Get the delegate
 void _delegate(gov.lanl.ooexam.ISecureOperations delegate_)
          Set the delegate
 void hello(java.lang.String msg)
          Operation hello
 
Methods inherited from class gov.lanl.ooexam.ISecurePOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_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

ISecurePOATie

public ISecurePOATie(gov.lanl.ooexam.ISecureOperations tieObject)
Constructor


ISecurePOATie

public ISecurePOATie(gov.lanl.ooexam.ISecureOperations tieObject,
                     org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public gov.lanl.ooexam.ISecureOperations _delegate()
Get the delegate


_delegate

public void _delegate(gov.lanl.ooexam.ISecureOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

hello

public void hello(java.lang.String msg)
Operation hello