org.jacorb.notification
Class StaticEventChannelFactoryInfo

java.lang.Object
  extended byorg.jacorb.notification.StaticEventChannelFactoryInfo
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class StaticEventChannelFactoryInfo
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "StaticEventChannelFactoryInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String corbaloc
           
 boolean filterfactory_running
           
 java.lang.String filterfactory_url
           
 java.lang.String hostname
           
 int port
           
 
Constructor Summary
StaticEventChannelFactoryInfo()
           
StaticEventChannelFactoryInfo(java.lang.String corbaloc, int port, java.lang.String hostname, boolean filterfactory_running, java.lang.String filterfactory_url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

corbaloc

public java.lang.String corbaloc

port

public int port

hostname

public java.lang.String hostname

filterfactory_running

public boolean filterfactory_running

filterfactory_url

public java.lang.String filterfactory_url
Constructor Detail

StaticEventChannelFactoryInfo

public StaticEventChannelFactoryInfo()

StaticEventChannelFactoryInfo

public StaticEventChannelFactoryInfo(java.lang.String corbaloc,
                                     int port,
                                     java.lang.String hostname,
                                     boolean filterfactory_running,
                                     java.lang.String filterfactory_url)