edu.sc.seis.fissuresUtil
Class Alohomora

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by edu.sc.seis.fissuresUtil.Alohomora
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, org.omg.PortableInterceptor.ClientRequestInterceptor, org.omg.PortableInterceptor.ClientRequestInterceptorOperations, org.omg.PortableInterceptor.Interceptor, org.omg.PortableInterceptor.InterceptorOperations, org.omg.PortableInterceptor.ORBInitializer, org.omg.PortableInterceptor.ORBInitializerOperations

public class Alohomora
extends org.omg.CORBA.LocalObject
implements org.omg.PortableInterceptor.ClientRequestInterceptor, org.omg.PortableInterceptor.ORBInitializer

See Also:
Serialized Form

Field Summary
static java.lang.String ALOHOMORA_ORB_PROP_NAME
           
static java.lang.String ALOHOMORA_ORB_PROP_VALUE
           
static int ID
           
 
Constructor Summary
Alohomora()
           
 
Method Summary
 void destroy()
           
static java.util.Properties getPasswordProps()
           
static java.util.Properties getPasswordProps(java.util.Properties baseProperties)
           
static void insertOrbProp(java.util.Properties props)
           
 java.lang.String name()
           
 void post_init(org.omg.PortableInterceptor.ORBInitInfo info)
          ORBInitializer Impl
 void pre_init(org.omg.PortableInterceptor.ORBInitInfo info)
           
 void receive_exception(org.omg.PortableInterceptor.ClientRequestInfo arg0)
           
 void receive_other(org.omg.PortableInterceptor.ClientRequestInfo arg0)
           
 void receive_reply(org.omg.PortableInterceptor.ClientRequestInfo arg0)
           
 void send_poll(org.omg.PortableInterceptor.ClientRequestInfo arg0)
           
 void send_request(org.omg.PortableInterceptor.ClientRequestInfo info)
          ClientRequestInterceptor Impl
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
 

Field Detail

ID

public static final int ID
See Also:
Constant Field Values

ALOHOMORA_ORB_PROP_NAME

public static final java.lang.String ALOHOMORA_ORB_PROP_NAME
See Also:
Constant Field Values

ALOHOMORA_ORB_PROP_VALUE

public static final java.lang.String ALOHOMORA_ORB_PROP_VALUE
See Also:
Constant Field Values
Constructor Detail

Alohomora

public Alohomora()
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

post_init

public void post_init(org.omg.PortableInterceptor.ORBInitInfo info)
ORBInitializer Impl

Specified by:
post_init in interface org.omg.PortableInterceptor.ORBInitializerOperations

pre_init

public void pre_init(org.omg.PortableInterceptor.ORBInitInfo info)
Specified by:
pre_init in interface org.omg.PortableInterceptor.ORBInitializerOperations

send_request

public void send_request(org.omg.PortableInterceptor.ClientRequestInfo info)
                  throws org.omg.PortableInterceptor.ForwardRequest
ClientRequestInterceptor Impl

Specified by:
send_request in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
Throws:
org.omg.PortableInterceptor.ForwardRequest

send_poll

public void send_poll(org.omg.PortableInterceptor.ClientRequestInfo arg0)
Specified by:
send_poll in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations

receive_reply

public void receive_reply(org.omg.PortableInterceptor.ClientRequestInfo arg0)
Specified by:
receive_reply in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations

receive_exception

public void receive_exception(org.omg.PortableInterceptor.ClientRequestInfo arg0)
                       throws org.omg.PortableInterceptor.ForwardRequest
Specified by:
receive_exception in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
Throws:
org.omg.PortableInterceptor.ForwardRequest

receive_other

public void receive_other(org.omg.PortableInterceptor.ClientRequestInfo arg0)
                   throws org.omg.PortableInterceptor.ForwardRequest
Specified by:
receive_other in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
Throws:
org.omg.PortableInterceptor.ForwardRequest

name

public java.lang.String name()
Specified by:
name in interface org.omg.PortableInterceptor.InterceptorOperations

destroy

public void destroy()
Specified by:
destroy in interface org.omg.PortableInterceptor.InterceptorOperations

getPasswordProps

public static java.util.Properties getPasswordProps()
                                             throws java.io.FileNotFoundException,
                                                    java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

getPasswordProps

public static java.util.Properties getPasswordProps(java.util.Properties baseProperties)
                                             throws java.io.FileNotFoundException,
                                                    java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

insertOrbProp

public static void insertOrbProp(java.util.Properties props)