Serialized Form
Package com.borland.vbroker.NativeMessaging |
Class com.borland.vbroker.NativeMessaging._ReplyRecipientStub extends ObjectImpl implements Serializable |
Class com.borland.vbroker.NativeMessaging._RequestAgentExStub extends com.borland.vbroker.NativeMessaging._RequestAgentStub implements Serializable |
Class com.borland.vbroker.NativeMessaging._RequestAgentStub extends ObjectImpl implements Serializable |
Class com.borland.vbroker.NativeMessaging._RequestProxyStub extends ObjectImpl implements Serializable |
Class com.borland.vbroker.NativeMessaging.Init extends LocalObject implements Serializable |
_object
java.lang.Object _object
_initialized
boolean _initialized
_disc
short _disc
_defaultState
boolean _defaultState
target
Object target
- Reference of the target object upon which the client wish to invoke the operation.
CORBA::BAD_PARAM
exception will be raised if a null value for reference is passed.
repository_id
java.lang.String repository_id
- Repository id of the target object. If this is an empty string, Request Agent will try to extract the
repository id from the target object reference. If no repository id can be found in the target object
reference, a
CORBA::BAD_PARAM
exception is raised. Clients can also use a repository id of
"*". This acts as a wild card and is_a
operation on the request object returns true
for any repository id.
reply_recipient
ReplyRecipient reply_recipient
- Reference of the reply recipient when callback model is used. If this reference is not
null
then the Request Agent will call its reply_available
method when a reply is ready.
the_cookie
byte[] the_cookie
- A user specified sequence of octets. It will be sent to the
reply_recipient
when its method
reply_available
is called. The information inside the cookie is user defined.
polling_group
java.lang.String polling_group
- A user assigned polling group name. The group name is scoped inside the Request Agent. Group names
are not uniquely used. If a non-empty group name is used and the Request Agent doesn't have a polling
group with that name, a new group will be implicitly created. However, if a group with the specified
name already exists, the created request object is added into that group.
request_tag
byte[] request_tag
- User assigned sequence of octets. If non-empty, it uniquely identifies a request in a polling
group. If another request in the polling group already exists with the same tag, the
DuplicatedRequestTag
exception is raised.
properties
NameValuePair[] properties
- Sequence of
CORBA::NameValuePair
.
Note: Starting from VBE 6.0, the properties
field is defined as CORBA::NameValuePair
.
Applications using Native Messaging from VBE 5.1/5.2.x are wire interoperable with VBE 6.0
Request Agent (and vice versa). However, code changes are required if an older Native Messaging application
is to be compiled with VBE 6.0..
request_tag
byte[] request_tag
the_cookie
byte[] the_cookie
wait_timeout
int wait_timeout
Package com.borland.vbroker.NativeMessaging.RequestAgentExPackage |
name
java.lang.String name
Package com.borland.vbroker.NativeMessaging.RequestAgentPackage |
Package com.inprise.vbroker.Activation |
Class com.inprise.vbroker.Activation._OADStub extends ObjectImpl implements Serializable |
impl
CreationImplDef impl
- Provides information about the registration. This is the same
information that was used to register the implementation with the OAD.
status
ObjectStatus[] status
- status is a sequence of ObjectStatus structures.
unique_id
int unique_id
- An identifier that uniquely identifies a process
managed by the OAD.
Note: the unique_id may map to the system-dependent process ID, but this
is not guaranteed
activation_state
State activation_state
- Represents the current state of the server process
with respect to the OAD.
The activation state can be one of the following - ACTIVE,INACTIVE or WAITING_FOR_ACTIVATION.
objRef
Object objRef
- Represents the Object reference of the real object that this server
process activates.
__value
int __value
Package com.inprise.vbroker.CORBA |
Class com.inprise.vbroker.CORBA._IDLTypeStub extends _IDLTypeStub implements Serializable |
Class com.inprise.vbroker.CORBA.Any extends Any implements Serializable |
Class com.inprise.vbroker.CORBA.DefinitionKind extends DefinitionKind implements Serializable |
Package com.inprise.vbroker.CosEvent |
Class com.inprise.vbroker.CosEvent.EmptyQueueException extends java.lang.Exception implements Serializable |
Package com.inprise.vbroker.CosNamingExt |
Class com.inprise.vbroker.CosNamingExt._ClusterManagerStub extends ObjectImpl implements Serializable |
Class com.inprise.vbroker.CosNamingExt._ClusterStub extends ObjectImpl implements Serializable |
Class com.inprise.vbroker.CosNamingExt._ExtendedNamingContextFactoryStub extends com.inprise.vbroker.CosNamingExt._NamingContextFactoryStub implements Serializable |
Class com.inprise.vbroker.CosNamingExt._NamingContextExtExtendedStub extends _NamingContextExtStub implements Serializable |
Class com.inprise.vbroker.CosNamingExt._NamingContextFactoryStub extends ObjectImpl implements Serializable |
why
ClusterNotFoundReason why
rest_of_name
NameComponent[] rest_of_name
__value
int __value
Package com.inprise.vbroker.EventQueue |
Class com.inprise.vbroker.EventQueue._ConnEventListenerLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class com.inprise.vbroker.EventQueue._EventListenerLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class com.inprise.vbroker.EventQueue._EventQueueManagerLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
ipaddress
java.lang.String ipaddress
- The IP address of the connecting client.
port
int port
- The local port of the connecting client.
connID
int connID
- The id of the connection established between the client and this server.
__value
int __value
Package com.inprise.vbroker.extension |
Class com.inprise.vbroker.extension.ActivationImplDefImpl extends ActivationImplDef implements Serializable |
_service_name
java.lang.String _service_name
_id
byte[] _id
_activator_obj
Activator _activator_obj
repository_id
java.lang.String repository_id
- The repository ID of the object implemented by this server. This is an attribute.
For POA or service registrations, use "*" for the repository ID
object_name
java.lang.String object_name
- The Object ID of the servant. This is an attribute.
For POA and service registrations, the object name must be the service name or the
full POA name.
id
byte[] id
- The reference data for the implementation. This is an attribute.
path_name
java.lang.String path_name
- The path to the executable for the server.
For java registrations, use "vbj". This is an attribute.
activation_policy
Policy activation_policy
- The activation policy for the server. Can be SHARED_SERVER or UNSHARED_SERVER. This is an attribute.
args
java.lang.String[] args
- The arguments that need to be passed to the server program when it is launched. This is an attribute.
env
java.lang.String[] env
- The environment variables, in the form of name-value pairs.
The server will be launched with all these
environment variables set. Note: when path_name is "vbj", these environment variables will
be passed as system properties to the vbj utility.
__value
int __value
Package com.inprise.vbroker.IIOP |
Class com.inprise.vbroker.IIOP.Bidder.Bid extends java.lang.Object implements Serializable |
_iorv
IORValue _iorv
_profile
ProfileBodyValue _profile
_profileIndex
int _profileIndex
_target
Object _target
_multiConnIndex
int _multiConnIndex
Class com.inprise.vbroker.IIOP.BiDirIIOPServiceContext extends java.lang.Object implements Serializable |
listen_points
com.inprise.vbroker.IIOP.ListenPoint[] listen_points
Class com.inprise.vbroker.IIOP.BiDirPolicyImpl extends com.inprise.vbroker.poa.PolicyImpl implements Serializable |
_mode
short _mode
Class com.inprise.vbroker.IIOP.ClientProtocolAdapter extends com.inprise.vbroker.GIOP.GiopProtocolAdapter implements Serializable |
_scm
com.inprise.vbroker.ProtocolEngine.ServerConnectionManager _scm
Class com.inprise.vbroker.IIOP.Connection extends java.lang.Object implements Serializable |
_socket
java.net.Socket _socket
_socketClosed
boolean _socketClosed
_input
java.io.InputStream _input
_output
java.io.OutputStream _output
_noDelay
boolean _noDelay
_orb
com.inprise.vbroker.orb.ORB _orb
_endpoint
ProfileBodyValue _endpoint
_readBytes
long _readBytes
_writeBytes
long _writeBytes
ex
java.lang.Exception ex
_actualSendTime
long _actualSendTime
_observer
com.inprise.vbroker.Logging.LoggerObserverImpl _observer
t
com.inprise.vbroker.IIOP.WritingThread t
_doneNotification
boolean _doneNotification
_lastReadTimeoutVal
long _lastReadTimeoutVal
Class com.inprise.vbroker.IIOP.ConnectionNio extends com.inprise.vbroker.IIOP.Connection implements Serializable |
hotSelector
java.nio.channels.Selector hotSelector
_writeSelector
java.nio.channels.Selector _writeSelector
_writeMon
java.lang.Object _writeMon
_isWriting
boolean _isWriting
_selKey
java.nio.channels.SelectionKey _selKey
_scmSelector
java.nio.channels.Selector _scmSelector
_socketSCM
com.inprise.vbroker.orb.SocketSCMnio _socketSCM
_sc
java.nio.channels.SocketChannel _sc
_pa
com.inprise.vbroker.IIOP.ServerProtocolAdapter _pa
_spinnerTime
int _spinnerTime
_busyCount
int _busyCount
Class com.inprise.vbroker.IIOP.CorbaLocResolver extends java.lang.Object implements Serializable |
currentProtocol
int currentProtocol
_resolveHosts
boolean _resolveHosts
_orb
com.inprise.vbroker.orb.ORB _orb
Class com.inprise.vbroker.IIOP.IIOPLocResolver extends java.lang.Object implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
Class com.inprise.vbroker.IIOP.IIOPNameResolver extends com.inprise.vbroker.IIOP.IIOPLocResolver implements Serializable |
Class com.inprise.vbroker.IIOP.Listener extends java.lang.Object implements Serializable |
_serverSocket
java.net.ServerSocket _serverSocket
_orb
com.inprise.vbroker.orb.ORB _orb
_port
int _port
_proxyPort
int _proxyPort
_portRange
int _portRange
_noDelay
boolean _noDelay
_giopVersion
java.lang.String _giopVersion
host
java.lang.String host
origHost
java.lang.String origHost
found
boolean found
no_se_host
boolean no_se_host
no_specified_localhost
boolean no_specified_localhost
limit
int limit
profile
ProfileBodyValue profile
_deferAccept
boolean _deferAccept
_keepAlive
boolean _keepAlive
_scm
com.inprise.vbroker.ProtocolEngine.ServerConnectionManager _scm
_logger
com.inprise.vbroker.util.VBLogger _logger
Class com.inprise.vbroker.IIOP.ListenerNio extends com.inprise.vbroker.IIOP.Listener implements Serializable |
_serverChannel
java.nio.channels.ServerSocketChannel _serverChannel
_selectorPool
com.inprise.vbroker.orb.SelectorPool _selectorPool
_serverRecvTimeout
long _serverRecvTimeout
Class com.inprise.vbroker.IIOP.ListenPoint extends java.lang.Object implements Serializable |
host
java.lang.String host
port
short port
Class com.inprise.vbroker.IIOP.ProfileBody extends java.lang.Object implements Serializable |
iiop_version
com.inprise.vbroker.GIOP.Version iiop_version
host
java.lang.String host
port
short port
object_key
byte[] object_key
components
com.inprise.vbroker.IOP.TaggedComponent[] components
_printing
boolean _printing
host
java.lang.String host
- Represents the host of the Server where the object is implemented.
port
int port
- Indicates the port number to use for establishing a connection to the object.
components
com.inprise.vbroker.IOP.ComponentValue[] components
- A sequence of IOP::ComponentValue.
Class com.inprise.vbroker.IIOP.ProfileImpl extends ProfileBodyValue implements Serializable |
_orb
ORB _orb
_taggedProfile
TaggedProfile _taggedProfile
Class com.inprise.vbroker.IIOP.ProtocolConnection extends com.inprise.vbroker.GIOP.GiopConnection implements Serializable |
_biDirEnabled
boolean _biDirEnabled
_requestQueue
java.util.Vector<E> _requestQueue
_requestException
SystemException _requestException
debug
boolean debug
_replyListener
com.inprise.vbroker.IIOP.ProtocolConnection.ReplyListener _replyListener
Class com.inprise.vbroker.IIOP.ProtocolConnector extends com.inprise.vbroker.GIOP.ProtocolConnector implements Serializable |
Class com.inprise.vbroker.IIOP.ServerProtocolAdapter extends com.inprise.vbroker.GIOP.GiopProtocolAdapter implements Serializable |
Monitor
java.lang.Object Monitor
isBidirectional
boolean isBidirectional
_matcher
com.inprise.vbroker.IIOP.RequestMatcher _matcher
_scm
com.inprise.vbroker.ProtocolEngine.ServerConnectionManager _scm
_serverRecvTimeout
long _serverRecvTimeout
Package com.inprise.vbroker.interceptor |
_interceptor
com.inprise.vbroker.interceptor.AOMInterceptorManager.ChainAOMInterceptor _interceptor
_adapters
com.inprise.vbroker.InterceptorExt.ClientRequestInterceptorAdapter[] _adapters
_orb
ORB _orb
_connector
com.inprise.vbroker.ProtocolEngine.ProtocolConnector _connector
_target
Object _target
_pi_current_manager
com.inprise.vbroker.PortableInterceptor.PICurrentManager _pi_current_manager
_local
boolean _local
_localConnector
com.inprise.vbroker.ProtocolEngine.LocalConnector _localConnector
_interceptors
POALifeCycleInterceptor[] _interceptors
_current
java.lang.ThreadLocal<T> _current
_adapters
com.inprise.vbroker.InterceptorExt.ServerRequestInterceptorAdapter[] _adapters
_orb
ORB _orb
_pi_current_manager
com.inprise.vbroker.PortableInterceptor.PICurrentManager _pi_current_manager
_int4xOnlyInstalled
boolean _int4xOnlyInstalled
_interceptors
java.util.Vector<E> _interceptors
_orb
com.inprise.vbroker.orb.ORB _orb
Class com.inprise.vbroker.interceptor.ChainUntypedObjectWrapperFactoryImpl extends com.inprise.vbroker.orb.PseudoObject implements Serializable |
_serverFactories
java.util.Vector<E> _serverFactories
_clientFactories
java.util.Vector<E> _clientFactories
_orb
com.inprise.vbroker.orb.ORB _orb
Class com.inprise.vbroker.interceptor.Client4xAdapterImpl extends java.lang.Object implements Serializable |
_orb
ORB _orb
_interceptor
ClientRequestInterceptor _interceptor
Class com.inprise.vbroker.interceptor.ClientInterceptorManagerImpl extends java.lang.Object implements Serializable |
_orb
ORB _orb
_clientManager
com.inprise.vbroker.interceptor.ClientInterceptorManagerImpl.ClientRequestManager _clientManager
Class com.inprise.vbroker.interceptor.ClientPIAdapterImpl extends java.lang.Object implements Serializable |
_orb
ORB _orb
_interceptor
ClientRequestInterceptor _interceptor
Class com.inprise.vbroker.interceptor.DefaultBindInterceptor extends java.lang.Object implements Serializable |
Class com.inprise.vbroker.interceptor.DefaultClientInterceptor extends java.lang.Object implements Serializable |
Class com.inprise.vbroker.interceptor.DefaultServerInterceptor extends java.lang.Object implements Serializable |
is_permanent
boolean is_permanent
forward_reference
Object forward_reference
Class com.inprise.vbroker.interceptor.InterceptorManagerImpl extends com.inprise.vbroker.orb.PseudoObject implements Serializable |
_managers
java.util.Hashtable<K,V> _managers
_orb
ORB _orb
Class com.inprise.vbroker.interceptor.InterceptorManagerImpl.PolicyManager extends java.lang.Object implements Serializable |
_policies
com.inprise.vbroker.util.IntMap _policies
_defaultPolicies
com.inprise.vbroker.qos.PolicyContainer _defaultPolicies
_policyInterceptors
java.util.Vector<E> _policyInterceptors
Class com.inprise.vbroker.interceptor.InvalidPolicyInterceptorTypes extends UserException implements Serializable |
Class com.inprise.vbroker.interceptor.IORInterceptorManager extends com.inprise.vbroker.interceptor.GenericManager implements Serializable |
_interceptor
com.inprise.vbroker.interceptor.IORInterceptorManager.ChainIORInterceptor _interceptor
__value
int __value
response_expected
boolean response_expected
- This member is set to true if a regular or an early reply (SyncScope::SYNC_WITH_SERVER)
is expected for the current request
request_id
int request_id
- The request id of the current request
response_flags
byte response_flags
- This member is set to true if a regular reply (SyncScope::SYNC_WITH_TARGET)
is expected for the current request
Class com.inprise.vbroker.interceptor.RuntimeForwardRequest extends java.lang.RuntimeException implements Serializable |
_forward
ForwardRequest _forward
Class com.inprise.vbroker.interceptor.Server4xAdapterImpl extends java.lang.Object implements Serializable |
_interceptor
ServerRequestInterceptor _interceptor
_orb
ORB _orb
Class com.inprise.vbroker.interceptor.ServerPIAdapterImpl extends java.lang.Object implements Serializable |
_interceptor
ServerRequestInterceptor _interceptor
_orb
ORB _orb
Class com.inprise.vbroker.interceptor.VBIClientRequestInfo extends com.inprise.vbroker.PortableInterceptor.ClientRequestInfoImpl implements Serializable |
_state
int _state
_closure
com.inprise.vbroker.interceptor.InternalExtendedClosure _closure
_env
Environment _env
_async_request
boolean _async_request
_reply
com.inprise.vbroker.ProtocolEngine.ReplyMessage _reply
_local
boolean _local
_so
com.inprise.vbroker.poa.VBServantObject _so
Class com.inprise.vbroker.interceptor.VBIServerRequestInfo extends com.inprise.vbroker.PortableInterceptor.ServerRequestInfoImpl implements Serializable |
_state
int _state
_closure
com.inprise.vbroker.interceptor.InternalExtendedClosure _closure
_environment
Environment _environment
_adapters
com.inprise.vbroker.InterceptorExt.ServerRequestInterceptorAdapter _adapters
poa_context
boolean poa_context
_stub
Object _stub
_output_stream
OutputStream _output_stream
_input_stream
InputStream _input_stream
_handler
com.inprise.vbroker.CORBA.portable.ResponseHandler _handler
_local
boolean _local
_skip
boolean _skip
_so
ServantObject _so
_sl
ServantLocatorOperations _sl
isExceptionInReceiveRequestChain
boolean isExceptionInReceiveRequestChain
Package com.inprise.vbroker.IOP |
Class com.inprise.vbroker.IOP.CapabilitiesComponentImpl extends java.lang.Object implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
_value
com.inprise.vbroker.orb.Capabilities _value
_component
com.inprise.vbroker.IOP.TaggedComponent _component
Class com.inprise.vbroker.IOP.Codec_CDR_Impl extends LocalObject implements Serializable |
_orb
ORB _orb
_version
short _version
Class com.inprise.vbroker.IOP.CodecFactoryImpl extends LocalObject implements Serializable |
_orb
ORB _orb
Class com.inprise.vbroker.IOP.EntityRegistryImpl extends com.inprise.vbroker.orb.PseudoObject implements Serializable |
_profiles
com.inprise.vbroker.util.IntMap _profiles
_components
com.inprise.vbroker.util.IntMap _components
_defaultProfileFactory
com.inprise.vbroker.IOP.ProfileValueFactory _defaultProfileFactory
_defaultComponentFactory
com.inprise.vbroker.IOP.ComponentValueFactory _defaultComponentFactory
Class com.inprise.vbroker.IOP.IOR extends java.lang.Object implements Serializable |
type_id
java.lang.String type_id
profiles
TaggedProfile[] profiles
type_id
java.lang.String type_id
- Describes the type of object reference that is represented by this IOR.
profiles
com.inprise.vbroker.IOP.ProfileValue[] profiles
- Represents a sequence of one or more TaggedProfile objects, which contain information about the protocols that are supported.
Class com.inprise.vbroker.IOP.IORValueImpl extends IORValue implements Serializable |
Class com.inprise.vbroker.IOP.MultiComponentProfileImpl extends java.lang.Object implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
_components
com.inprise.vbroker.IOP.ComponentValue[] _components
_profile
TaggedProfile _profile
_registry
com.inprise.vbroker.IOP.EntityRegistry _registry
Class com.inprise.vbroker.IOP.OrbTypeComponentImpl extends java.lang.Object implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
_orbType
int _orbType
_component
com.inprise.vbroker.IOP.TaggedComponent _component
context_id
int context_id
- Identifies a particular service and data format.
context_data
byte[] context_data
- The context data associated with the particular service identified by the Context_id. The context data is encoded in a
service-specific format and then encapsulated as a sequence of octets.
Class com.inprise.vbroker.IOP.TaggedComponent extends java.lang.Object implements Serializable |
tag
int tag
component_data
byte[] component_data
tag
int tag
Identifies the contents of the profile data and should be one of the following values:
Value |
Description |
TAG_INTERNET_IOP |
Indicates the protocol is standard IIOP. |
TAG_MULTIPLE_COMPONENTS |
Indicates the profile data contains a list of VisiBroker ORB services available using the protocol. |
TAG_VB_LOCATOR |
Indicates that the IOR is an interim, pseudo-object that is used until the real IOR is received by the osagent. |
TAG_VSGN_LIOP |
Indicates the protocol is IOP over a local IPC mechanism. |
profile_data
byte[] profile_data
- Encapsulates all the protocol information needed to identify an object.
Class com.inprise.vbroker.IOP.UnknownComponentValue extends java.lang.Object implements Serializable |
Class com.inprise.vbroker.IOP.UnknownProfileValue extends java.lang.Object implements Serializable |
Package com.inprise.vbroker.naming |
Class com.inprise.vbroker.naming.CannotStartException extends java.lang.Exception implements Serializable |
Class com.inprise.vbroker.naming.ClusterManagerImpl extends com.inprise.vbroker.CosNamingExt.ClusterManagerPOA implements Serializable |
_factory
com.inprise.vbroker.naming.BaseFactory _factory
_delegate
com.inprise.vbroker.naming.NamingContextFactoryDelegate _delegate
_debug
boolean _debug
_clusterMgrPOA
POA _clusterMgrPOA
_clusterName
java.lang.String _clusterName
Class com.inprise.vbroker.naming.CriterionManagerImpl extends com.inprise.vbroker.orb.PseudoObject implements Serializable |
_critTable
java.util.Hashtable<K,V> _critTable
Class com.inprise.vbroker.naming.ExtFactoryWrapper extends com.inprise.vbroker.CosNamingExt.ExtendedNamingContextFactoryPOA implements Serializable |
_factory
com.inprise.vbroker.naming.BaseFactory _factory
_root_context
NamingContextExt _root_context
_extFactoryPOA
POA _extFactoryPOA
_iteratorTimeout
int _iteratorTimeout
_serialProvider
java.lang.Object _serialProvider
factOID
java.lang.String factOID
_isLinkUp
boolean _isLinkUp
_debug
boolean _debug
Class com.inprise.vbroker.naming.Init extends java.lang.Object implements Serializable |
_nameroot
java.lang.String _nameroot
_nameIOR
java.lang.String _nameIOR
_serviceObject
Object _serviceObject
_factoryObject
Object _factoryObject
_orb
com.inprise.vbroker.orb.ORB _orb
Class com.inprise.vbroker.naming.NamingBindInterceptor extends java.lang.Object implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
clusterRetryVal
int clusterRetryVal
Class com.inprise.vbroker.naming.NamingIORCreationInterceptor extends java.lang.Object implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
_profile
ProfileBodyValue _profile
_slaveName
java.lang.String _slaveName
_masterName
java.lang.String _masterName
_slaveHost
java.lang.String _slaveHost
_masterHost
java.lang.String _masterHost
_slavePort
int _slavePort
_masterPort
int _masterPort
Class com.inprise.vbroker.naming.ParseException extends java.lang.Exception implements Serializable |
Class com.inprise.vbroker.naming.RoundRobin extends java.lang.Object implements Serializable |
_size
int _size
_current_value
int _current_value
_ct
Cluster _ct
_firstTime
boolean _firstTime
_list
BindingListHolder _list
_iter
BindingIteratorHolder _iter
Class com.inprise.vbroker.naming.RoundRobinFactory extends java.lang.Object implements Serializable |
Class com.inprise.vbroker.naming.ScannerException extends java.lang.Exception implements Serializable |
Class com.inprise.vbroker.naming.SmartRoundRobin extends com.inprise.vbroker.naming.RoundRobin implements Serializable |
Class com.inprise.vbroker.naming.SmartRoundRobinFactory extends java.lang.Object implements Serializable |
Package com.inprise.vbroker.ObjLocation |
Class com.inprise.vbroker.ObjLocation._AgentStub extends ObjectImpl implements Serializable |
Class com.inprise.vbroker.ObjLocation._tie_TriggerHandler extends com.inprise.vbroker.ObjLocation._TriggerHandlerImplBase implements Serializable |
_delegate
TriggerHandlerOperations _delegate
Class com.inprise.vbroker.ObjLocation._TriggerHandlerImplBase extends com.inprise.vbroker.CORBA.portable.Skeleton implements Serializable |
Class com.inprise.vbroker.ObjLocation._TriggerHandlerStub extends ObjectImpl implements Serializable |
activable
boolean activable
- If
true
, this object is registered with the Object Activation
Daemon. It false
, the object was started manually and is
registered with the OSAgent.
agent_hostname
java.lang.String agent_hostname
- The name of the host running the Smart Agent with which this object is registered. *
ref
Object ref
- A reference to the object being described. *
iiop_locator
ProfileBodyValue iiop_locator
- A strcuture containing IIOP specific information about this object,
e.g. hostname and port number
repository_id
java.lang.String repository_id
- The object's repository identifier. *
instance_name
java.lang.String instance_name
- The object's instance name. *
reason
FailReason reason
__value
int __value
repository_id
java.lang.String repository_id
- Represents the repository identifiers of the objects to be monitored by the
TriggerHandler. May be set to null to include all possible repository identifiers.
instance_name
java.lang.String instance_name
- Represents the instance name of the object to be monitored by the TriggerHandler. May
be set to null to include all possible instance names.
host_name
java.lang.String host_name
- Represents the repository identifiers of the objects to be monitored by the
TriggerHandler. May be set to null to include all possible repository identifiers.
Package com.inprise.vbroker.PortableServerExt |
__value
int __value
repository_id
java.lang.String repository_id
names
java.lang.String[] names
error
int error
error
int error
error
int error
__value
int __value
__value
int __value
__value
int __value
address_scheme
SubjectAddressScheme address_scheme
- Specifies the subject reference.
interface_scheme
SubjectInterfaceScheme interface_scheme
- Specifies the subject interface scheme.
interface_id
java.lang.String interface_id
- Specifies the subject interface id (for typed channels only).
delivery_scheme
SubjectDeliveryScheme delivery_scheme
- Specifies the subject's delivery scheme.
Package com.inprise.vbroker.ServerManager |
Class com.inprise.vbroker.ServerManager._ContainerStub extends ObjectImpl implements Serializable |
Class com.inprise.vbroker.ServerManager._StorageStub extends ObjectImpl implements Serializable |
reason
java.lang.String reason
Package com.inprise.vbroker.ServerManager.ContainerPackage |
name
java.lang.String name
- Name of the container.
value
Container value
- The wrapped container.
is_replaceable
boolean is_replaceable
- If set to
true
, the set_container
method defined in the Container would
succeed otherwise it would fail with ValueNotSettable
exception.
name
java.lang.String name
- Name of the operation.
params
Parameter[] params
- Sequence of
Parameter
for the operations.
result
TypeCode result
- Expected type of the result.
real_exception_reason
java.lang.String real_exception_reason
name
java.lang.String name
- Name of the parameter.
value
Any value
- Value of the parameter stored in a
CORBA::Any
name
java.lang.String name
- Name of the property.
value
Any value
- Value of the property stored in a
CORBA::Any
rw_status
RWStatus rw_status
- Read-Write status of the property.
__value
int __value
major
int major
minor
int minor
Package com.inprise.vbroker.URLNaming |
Class com.inprise.vbroker.URLNaming._ResolverStub extends ObjectImpl implements Serializable |
reason
java.lang.String reason
reason
java.lang.String reason
_handler
URLHandler _handler
reason
java.lang.String reason
reason
java.lang.String reason
Class com.inprise.vbroker.URLNaming.ResolverImpl extends com.inprise.vbroker.orb.PseudoObject implements Serializable |
_orb
com.inprise.vbroker.orb.ORB _orb
_pm
com.inprise.vbroker.properties.PropertyManager _pm
_allowUserInteraction
boolean _allowUserInteraction
_observer
com.inprise.vbroker.Logging.LoggerObserverImpl _observer
Class com.inprise.vbroker.URLNaming.URLInterceptorAdapter extends java.lang.Object implements Serializable |
_enableExtended
boolean _enableExtended
_orb
com.inprise.vbroker.orb.ORB _orb
Package org.omg.BiDirPolicy |
Class org.omg.BiDirPolicy._BidirectionalPolicyStub extends _PolicyStub implements Serializable |
Class org.omg.CORBA._AbstractInterfaceDefStub extends org.omg.CORBA._InterfaceDefStub implements Serializable |
Class org.omg.CORBA._AliasDefStub extends org.omg.CORBA._TypedefDefStub implements Serializable |
Class org.omg.CORBA._ArrayDefStub extends _IDLTypeStub implements Serializable |
Class org.omg.CORBA._AttributeDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
Class org.omg.CORBA._ConstantDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
Class org.omg.CORBA._ContainedStub extends org.omg.CORBA._IRObjectStub implements Serializable |
Class org.omg.CORBA._ContainerStub extends org.omg.CORBA._IRObjectStub implements Serializable |
Class org.omg.CORBA._CurrentStub extends ObjectImpl implements Serializable |
Class org.omg.CORBA._DomainManagerStub extends ObjectImpl implements Serializable |
Class org.omg.CORBA._EnumDefStub extends org.omg.CORBA._TypedefDefStub implements Serializable |
Class org.omg.CORBA._ExceptionDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
__org_omg_CORBA_Container
Container __org_omg_CORBA_Container
Class org.omg.CORBA._FixedDefStub extends _IDLTypeStub implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
Class org.omg.CORBA._InterfaceDefStub extends org.omg.CORBA._ContainerStub implements Serializable |
__org_omg_CORBA_Contained
Contained __org_omg_CORBA_Contained
__org_omg_CORBA_IDLType
IDLType __org_omg_CORBA_IDLType
Class org.omg.CORBA._IRObjectStub extends ObjectImpl implements Serializable |
Class org.omg.CORBA._LocalInterfaceDefStub extends org.omg.CORBA._InterfaceDefStub implements Serializable |
Class org.omg.CORBA._ModuleDefStub extends org.omg.CORBA._ContainerStub implements Serializable |
__org_omg_CORBA_Contained
Contained __org_omg_CORBA_Contained
Class org.omg.CORBA._NativeDefStub extends org.omg.CORBA._TypedefDefStub implements Serializable |
Class org.omg.CORBA._OperationDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
Class org.omg.CORBA._PolicyCurrentStub extends org.omg.CORBA._PolicyManagerStub implements Serializable |
__org_omg_CORBA_Current
Current __org_omg_CORBA_Current
Class org.omg.CORBA._PolicyManagerStub extends ObjectImpl implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream s)
writeObject
private void writeObject(java.io.ObjectOutputStream s)
Class org.omg.CORBA._PrimitiveDefStub extends _IDLTypeStub implements Serializable |
Class org.omg.CORBA._RepositoryStub extends org.omg.CORBA._ContainerStub implements Serializable |
Class org.omg.CORBA._SequenceDefStub extends _IDLTypeStub implements Serializable |
Class org.omg.CORBA._StringDefStub extends _IDLTypeStub implements Serializable |
Class org.omg.CORBA._StructDefStub extends org.omg.CORBA._TypedefDefStub implements Serializable |
__org_omg_CORBA_Container
Container __org_omg_CORBA_Container
Class org.omg.CORBA._TypedefDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
__org_omg_CORBA_IDLType
IDLType __org_omg_CORBA_IDLType
Class org.omg.CORBA._UnionDefStub extends org.omg.CORBA._TypedefDefStub implements Serializable |
__org_omg_CORBA_Container
Container __org_omg_CORBA_Container
Class org.omg.CORBA._ValueBoxDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
__org_omg_CORBA_IDLType
IDLType __org_omg_CORBA_IDLType
Class org.omg.CORBA._ValueDefStub extends org.omg.CORBA._ContainerStub implements Serializable |
__org_omg_CORBA_Contained
Contained __org_omg_CORBA_Contained
__org_omg_CORBA_IDLType
IDLType __org_omg_CORBA_IDLType
Class org.omg.CORBA._ValueMemberDefStub extends org.omg.CORBA._ContainedStub implements Serializable |
Class org.omg.CORBA._WstringDefStub extends _IDLTypeStub implements Serializable |
name
java.lang.String name
- This variable represents the name of the attribute.
id
java.lang.String id
- This variable represents the repository id for the attribute.
defined_in
java.lang.String defined_in
- This variable represents the repository id or value type of the interface in which the
attribute is defined.
version
java.lang.String version
- This variable represents the attribute's version.
type
TypeCode type
- This variable represents the attributes IDL type.
mode
AttributeMode mode
- This variable represents the mode of the attribute.
__value
int __value
__value
int __value
name
java.lang.String name
- This variable represents the name of the constant.
id
java.lang.String id
- This variable represents the repository id of the constant.
defined_in
java.lang.String defined_in
- This variable represents the repository id of the module or interface
in which this constant is defined.
version
java.lang.String version
- This variable represents the constant's version.
type
TypeCode type
- This variable represents the constant's
IDL
type.
value
Any value
- This variable represents the value of this constant.
_value
int _value
- The field that holds a value for a
DefinitionKind
object.
-
name
java.lang.String name
id
java.lang.String id
defined_in
java.lang.String defined_in
version
java.lang.String version
type
TypeCode type
members
StructMember[] members
name
java.lang.String name
name
java.lang.String name
- The name of this interface.
id
java.lang.String id
- The repository id for this interface.
defined_in
java.lang.String defined_in
- The module in which this interface is defined.
version
java.lang.String version
- The interface's version.
base_interfaces
java.lang.String[] base_interfaces
- The interface's list of base interfaces.
indices
short[] indices
name
java.lang.String name
- The name of the module.
id
java.lang.String id
- The repository id of the module.
defined_in
java.lang.String defined_in
- The repository id of the module in which this module is defined.
version
java.lang.String version
- The module's version.
id
java.lang.String id
value
Any value
name
java.lang.String name
- The name of the operation.
id
java.lang.String id
- The repository id of the operation.
defined_in
java.lang.String defined_in
- The repository id of the interface or value type in which this operation is defined.
version
java.lang.String version
- The operation's version.
result
TypeCode result
- The operation's result
TypeCode
.
mode
OperationMode mode
- The operation's mode.
contexts
java.lang.String[] contexts
- The operation's associated context list.
parameters
ParameterDescription[] parameters
- The operation's parameters.
exceptions
ExceptionDescription[] exceptions
- The exceptions that this operation may throw.
__value
int __value
name
java.lang.String name
- The name of the parameter.
type
TypeCode type
- The parameter's TypeCode.
type_def
IDLType type_def
- The parameter's IDL type.
mode
ParameterMode mode
- The parameter's mode.
__value
int __value
reason
short reason
__value
int __value
service_detail_type
int service_detail_type
service_detail
byte[] service_detail
service_options
int[] service_options
service_details
ServiceDetail[] service_details
__value
int __value
name
java.lang.String name
- The name of this StructMember.
type
TypeCode type
- The StructMember's IDL type code.
type_def
IDLType type_def
- The StructMember's type definition.
minor
int minor
- The CORBA Exception minor code.
-
completed
CompletionStatus completed
- The status of the operation that threw this exception.
-
name
java.lang.String name
- The name of the type.
id
java.lang.String id
- The repository id of the type.
defined_in
java.lang.String defined_in
- The name of the module or interface in which this type is defined.
version
java.lang.String version
- The type's version.
type
TypeCode type
- The type's IDL type.
name
java.lang.String name
- The name of the union member.
label
Any label
- The label that is associated with this member.
type
TypeCode type
- The union's typecode.
type_def
IDLType type_def
- The union's IDL type.
except
Any except
- The
Any
instance that contains the actual user exception thrown
by the server.
-
name
java.lang.String name
- The name of the valuedescription.
id
java.lang.String id
- The repository id of the valuedescription.
is_abstract
boolean is_abstract
- If set to true, the valuedescription is an abstract value type.
is_custom
boolean is_custom
- If set to true, the valuedescription is custom marshalled.
defined_in
java.lang.String defined_in
- The repository id of the module or interface in which this valuedescription is defined.
version
java.lang.String version
- The valuedescription's version
supported_interfaces
java.lang.String[] supported_interfaces
- The list of interfaces which this valuedescription supports.
abstract_base_values
java.lang.String[] abstract_base_values
- The list of abstract value types from which this valuedescription inherits.
is_truncatable
boolean is_truncatable
- The value type's setting for whether or not this valuedescription can safely truncated
to its base value types.
base_value
java.lang.String base_value
- The value types from which this valuedescription inherits.
name
java.lang.String name
- The name of the value member described by this ValueMember object.
id
java.lang.String id
- The repository ID of the value member described by this ValueMember object.
defined_in
java.lang.String defined_in
- The repository ID of the value in which this member is defined.
version
java.lang.String version
- The version of the value in which this member is defined.
type
TypeCode type
- The type of of this value member.
type_def
IDLType type_def
- The typedef that represents the IDL type of the value member described by this ValueMember object.
access
short access
- The type of access (public, private) for the value member described by this ValueMember object.
Package org.omg.CORBA.ContainedPackage |
kind
DefinitionKind kind
- The kind of this item.
value
Any value
- The value of the item.
Package org.omg.CORBA.ContainerPackage |
contained_object
Contained contained_object
- The contained item.
kind
DefinitionKind kind
- The kind of this item.
value
Any value
- The value of the item.
Package org.omg.CORBA.DynAnyPackage |
Package org.omg.CORBA.InterfaceDefPackage |
name
java.lang.String name
- The name of this interface.
id
java.lang.String id
- The repository id for this interface.
defined_in
java.lang.String defined_in
- The module's repository id in which this attribute is defined.
version
java.lang.String version
- The interface's version.
operations
OperationDescription[] operations
- The list of operation offered by this interface.
attributes
AttributeDescription[] attributes
- The list of this interface's attributes.
base_interfaces
java.lang.String[] base_interfaces
- This variable represents a list of base interfaces for this interface.
type
TypeCode type
- The interface's IDL type code.
Package org.omg.CORBA.ORBPackage |
Package org.omg.CORBA.portable |
id
java.lang.String id
ins
InputStream ins
offset
int offset
originalEx
java.lang.Throwable originalEx
Package org.omg.CORBA.TypeCodePackage |
Package org.omg.CORBA.ValueDefPackage |
name
java.lang.String name
- The name of the value type.
id
java.lang.String id
- The repository id of the value type.
is_abstract
boolean is_abstract
- If true, this value type is abstract. If false, this is a concrete value type.
is_custom
boolean is_custom
- If true, there is custom marshalling for the value type.
defined_in
java.lang.String defined_in
- The repository id of the module in which this value type is defined.
version
java.lang.String version
- The value type's version.
operations
OperationDescription[] operations
- The list of operations offered by the value type.
attributes
AttributeDescription[] attributes
- The value type's list of attributes.
members
ValueMember[] members
- The array of the value type's members.
initializers
Initializer[] initializers
- The array of initializers.
supported_interfaces
java.lang.String[] supported_interfaces
- The list of interfaces supported by this value type.
abstract_base_values
java.lang.String[] abstract_base_values
- The list of reporting IDs of all the abstract base values from which this value type inherits.
is_truncatable
boolean is_truncatable
- If true, the value can safely be truncated to its base value type.
base_value
java.lang.String base_value
- The reporting ID for the concrete base value if one exists for this type.
type
TypeCode type
- The value type's IDL typecode.
Package org.omg.CosEventChannelAdmin |
Class org.omg.CosEventChannelAdmin._ConsumerAdminStub extends ObjectImpl implements Serializable |
Class org.omg.CosEventChannelAdmin._EventChannelFactoryStub extends ObjectImpl implements Serializable |
Class org.omg.CosEventChannelAdmin._EventChannelStub extends ObjectImpl implements Serializable |
Class org.omg.CosEventChannelAdmin._ProxyPullConsumerStub extends org.omg.CosEventComm._PullConsumerStub implements Serializable |
Class org.omg.CosEventChannelAdmin._ProxyPullSupplierStub extends org.omg.CosEventComm._PullSupplierStub implements Serializable |
Class org.omg.CosEventChannelAdmin._ProxyPushConsumerStub extends org.omg.CosEventComm._PushConsumerStub implements Serializable |
Class org.omg.CosEventChannelAdmin._ProxyPushSupplierStub extends org.omg.CosEventComm._PushSupplierStub implements Serializable |
Class org.omg.CosEventChannelAdmin._SupplierAdminStub extends ObjectImpl implements Serializable |
Package org.omg.CosEventChannelAdmin.EventChannelFactoryPackage |
Package org.omg.CosEventComm |
Class org.omg.CosEventComm._PullConsumerStub extends ObjectImpl implements Serializable |
Class org.omg.CosEventComm._PullSupplierStub extends ObjectImpl implements Serializable |
Class org.omg.CosEventComm._PushConsumerStub extends ObjectImpl implements Serializable |
Class org.omg.CosEventComm._PushSupplierStub extends ObjectImpl implements Serializable |
Package org.omg.CosNaming |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
binding_name
NameComponent[] binding_name
binding_type
BindingType binding_type
__value
int __value
id
java.lang.String id
kind
java.lang.String kind
Package org.omg.CosNaming.NamingContextExtPackage |
Package org.omg.CosNaming.NamingContextPackage |
cxt
NamingContext cxt
rest_of_name
NameComponent[] rest_of_name
why
NotFoundReason why
rest_of_name
NameComponent[] rest_of_name
__value
int __value
Package org.omg.CosNotification |
Class org.omg.CosNotification._AdminPropertiesAdminStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotification._QoSAdminStub extends ObjectImpl implements Serializable |
fixed_header
FixedEventHeader fixed_header
variable_header
Property[] variable_header
domain_name
java.lang.String domain_name
type_name
java.lang.String type_name
event_type
EventType event_type
event_name
java.lang.String event_name
name
java.lang.String name
range
PropertyRange range
name
java.lang.String name
value
Any value
code
QoSError_code code
name
java.lang.String name
available_range
PropertyRange available_range
low_val
Any low_val
high_val
Any high_val
__value
int __value
header
EventHeader header
- The header of StructuredEvent
filterable_data
Property[] filterable_data
- The filterable_data portion of the body of a Structured Event is
a sequence of namevalue pairs, where name is of type string and
the value is a CORBA::Any. The main purpose of this portion of
the event body is to provide a convenient structure into which
event body fields upon which filtering is likely to be performed
can be placed. It is anticipated that mappings of standard event
types to the Structured Event will be defined such that standard
event body field names correspond to values of well-known data
types. In addition, end users can define their own name-value
pairs which comprise the filterable portion of any proprietary
event types.
remainder_of_body
Any remainder_of_body
- The remainder_of_body portion of the event body is intended to hold
event data upon which filtering is not likely to be performed.
From a logical point of view, the interesting fields of the event
data should be placed into the filterable_data portion, and the rest
of the event placed here. Obviously it is not possible to predict
what portion of the event will be interesting (or not) to all
consumers. The division of the event body within the structured event
in this fashion merely provides a hint to consumers. It is still
possible to perform filtering on the contents of the remainder_of_body
portion of the event body, however this will require decomposing the
Any data structure which contains this portion into actual typed data
elements, using the typecode contained within the Any. Thus filtering
on this portion of the event body is likely to be less efficient than
filtering on the filterable_data portion.
admin_err
PropertyError[] admin_err
qos_err
PropertyError[] qos_err
Package org.omg.CosNotifyChannelAdmin |
Class org.omg.CosNotifyChannelAdmin._ConsumerAdminStub extends org.omg.CosNotification._QoSAdminStub implements Serializable |
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
__org_omg_CosNotifyFilter_FilterAdmin
FilterAdmin __org_omg_CosNotifyFilter_FilterAdmin
__org_omg_CosEventChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosEventChannelAdmin_ConsumerAdmin
Class org.omg.CosNotifyChannelAdmin._EventChannelFactoryStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotifyChannelAdmin._EventChannelStub extends org.omg.CosNotification._QoSAdminStub implements Serializable |
__org_omg_CosNotification_AdminPropertiesAdmin
AdminPropertiesAdmin __org_omg_CosNotification_AdminPropertiesAdmin
__org_omg_CosEventChannelAdmin_EventChannel
EventChannel __org_omg_CosEventChannelAdmin_EventChannel
Class org.omg.CosNotifyChannelAdmin._ProxyConsumerStub extends org.omg.CosNotification._QoSAdminStub implements Serializable |
__org_omg_CosNotifyFilter_FilterAdmin
FilterAdmin __org_omg_CosNotifyFilter_FilterAdmin
Class org.omg.CosNotifyChannelAdmin._ProxyPullConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_PullConsumer
PullConsumer __org_omg_CosNotifyComm_PullConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
__org_omg_CosEventComm_PullConsumer
PullConsumer __org_omg_CosEventComm_PullConsumer
Class org.omg.CosNotifyChannelAdmin._ProxyPullSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_PullSupplier
PullSupplier __org_omg_CosNotifyComm_PullSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
__org_omg_CosEventComm_PullSupplier
PullSupplier __org_omg_CosEventComm_PullSupplier
Class org.omg.CosNotifyChannelAdmin._ProxyPushConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_PushConsumer
PushConsumer __org_omg_CosNotifyComm_PushConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
__org_omg_CosEventComm_PushConsumer
PushConsumer __org_omg_CosEventComm_PushConsumer
Class org.omg.CosNotifyChannelAdmin._ProxyPushSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_PushSupplier
PushSupplier __org_omg_CosNotifyComm_PushSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
__org_omg_CosEventComm_PushSupplier
PushSupplier __org_omg_CosEventComm_PushSupplier
Class org.omg.CosNotifyChannelAdmin._ProxySupplierStub extends org.omg.CosNotification._QoSAdminStub implements Serializable |
__org_omg_CosNotifyFilter_FilterAdmin
FilterAdmin __org_omg_CosNotifyFilter_FilterAdmin
Class org.omg.CosNotifyChannelAdmin._SequenceProxyPullConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_SequencePullConsumer
SequencePullConsumer __org_omg_CosNotifyComm_SequencePullConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
Class org.omg.CosNotifyChannelAdmin._SequenceProxyPullSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_SequencePullSupplier
SequencePullSupplier __org_omg_CosNotifyComm_SequencePullSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
Class org.omg.CosNotifyChannelAdmin._SequenceProxyPushConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_SequencePushConsumer
SequencePushConsumer __org_omg_CosNotifyComm_SequencePushConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
Class org.omg.CosNotifyChannelAdmin._SequenceProxyPushSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_SequencePushSupplier
SequencePushSupplier __org_omg_CosNotifyComm_SequencePushSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
Class org.omg.CosNotifyChannelAdmin._StructuredProxyPullConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_StructuredPullConsumer
StructuredPullConsumer __org_omg_CosNotifyComm_StructuredPullConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
Class org.omg.CosNotifyChannelAdmin._StructuredProxyPullSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_StructuredPullSupplier
StructuredPullSupplier __org_omg_CosNotifyComm_StructuredPullSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
Class org.omg.CosNotifyChannelAdmin._StructuredProxyPushConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_StructuredPushConsumer
StructuredPushConsumer __org_omg_CosNotifyComm_StructuredPushConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
Class org.omg.CosNotifyChannelAdmin._StructuredProxyPushSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_StructuredPushSupplier
StructuredPushSupplier __org_omg_CosNotifyComm_StructuredPushSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
Class org.omg.CosNotifyChannelAdmin._SupplierAdminStub extends org.omg.CosNotification._QoSAdminStub implements Serializable |
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
__org_omg_CosNotifyFilter_FilterAdmin
FilterAdmin __org_omg_CosNotifyFilter_FilterAdmin
__org_omg_CosEventChannelAdmin_SupplierAdmin
SupplierAdmin __org_omg_CosEventChannelAdmin_SupplierAdmin
name
java.lang.String name
value
Any value
admin_property_err
AdminLimit admin_property_err
__value
int __value
__value
int __value
__value
int __value
__value
int __value
Package org.omg.CosNotifyComm |
Class org.omg.CosNotifyComm._NotifyPublishStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotifyComm._NotifySubscribeStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotifyComm._PullConsumerStub extends org.omg.CosNotifyComm._NotifyPublishStub implements Serializable |
__org_omg_CosEventComm_PullConsumer
PullConsumer __org_omg_CosEventComm_PullConsumer
Class org.omg.CosNotifyComm._PullSupplierStub extends org.omg.CosNotifyComm._NotifySubscribeStub implements Serializable |
__org_omg_CosEventComm_PullSupplier
PullSupplier __org_omg_CosEventComm_PullSupplier
Class org.omg.CosNotifyComm._PushConsumerStub extends org.omg.CosNotifyComm._NotifyPublishStub implements Serializable |
__org_omg_CosEventComm_PushConsumer
PushConsumer __org_omg_CosEventComm_PushConsumer
Class org.omg.CosNotifyComm._PushSupplierStub extends org.omg.CosNotifyComm._NotifySubscribeStub implements Serializable |
__org_omg_CosEventComm_PushSupplier
PushSupplier __org_omg_CosEventComm_PushSupplier
Class org.omg.CosNotifyComm._SequencePullConsumerStub extends org.omg.CosNotifyComm._NotifyPublishStub implements Serializable |
Class org.omg.CosNotifyComm._SequencePullSupplierStub extends org.omg.CosNotifyComm._NotifySubscribeStub implements Serializable |
Class org.omg.CosNotifyComm._SequencePushConsumerStub extends org.omg.CosNotifyComm._NotifyPublishStub implements Serializable |
Class org.omg.CosNotifyComm._SequencePushSupplierStub extends org.omg.CosNotifyComm._NotifySubscribeStub implements Serializable |
Class org.omg.CosNotifyComm._StructuredPullConsumerStub extends org.omg.CosNotifyComm._NotifyPublishStub implements Serializable |
Class org.omg.CosNotifyComm._StructuredPullSupplierStub extends org.omg.CosNotifyComm._NotifySubscribeStub implements Serializable |
Class org.omg.CosNotifyComm._StructuredPushConsumerStub extends org.omg.CosNotifyComm._NotifyPublishStub implements Serializable |
Class org.omg.CosNotifyComm._StructuredPushSupplierStub extends org.omg.CosNotifyComm._NotifySubscribeStub implements Serializable |
type
EventType type
Package org.omg.CosNotifyFilter |
Class org.omg.CosNotifyFilter._FilterAdminStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotifyFilter._FilterFactoryStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotifyFilter._FilterStub extends ObjectImpl implements Serializable |
Class org.omg.CosNotifyFilter._MappingFilterStub extends ObjectImpl implements Serializable |
event_types
EventType[] event_types
constraint_expr
java.lang.String constraint_expr
constraint_expression
ConstraintExp constraint_expression
constraint_id
int constraint_id
id
int id
constr
ConstraintExp constr
constr
ConstraintExp constr
value
Any value
constraint_expression
ConstraintExp constraint_expression
constraint_id
int constraint_id
value
Any value
constraint_expression
ConstraintExp constraint_expression
result_to_set
Any result_to_set
Package org.omg.CosTSInteroperation |
tpv
short tpv
Package org.omg.CosTypedNotifyChannelAdmin |
Class org.omg.CosTypedNotifyChannelAdmin._TypedConsumerAdminStub extends org.omg.CosNotifyChannelAdmin._ConsumerAdminStub implements Serializable |
__org_omg_CosTypedEventChannelAdmin_TypedConsumerAdmin
org.omg.CosTypedEventChannelAdmin.TypedConsumerAdmin __org_omg_CosTypedEventChannelAdmin_TypedConsumerAdmin
Class org.omg.CosTypedNotifyChannelAdmin._TypedEventChannelFactoryStub extends ObjectImpl implements Serializable |
Class org.omg.CosTypedNotifyChannelAdmin._TypedEventChannelStub extends org.omg.CosNotification._QoSAdminStub implements Serializable |
__org_omg_CosNotification_AdminPropertiesAdmin
AdminPropertiesAdmin __org_omg_CosNotification_AdminPropertiesAdmin
__org_omg_CosTypedEventChannelAdmin_TypedEventChannel
org.omg.CosTypedEventChannelAdmin.TypedEventChannel __org_omg_CosTypedEventChannelAdmin_TypedEventChannel
Class org.omg.CosTypedNotifyChannelAdmin._TypedProxyPullConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosNotifyComm_PullConsumer
PullConsumer __org_omg_CosNotifyComm_PullConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
__org_omg_CosEventComm_PullConsumer
PullConsumer __org_omg_CosEventComm_PullConsumer
Class org.omg.CosTypedNotifyChannelAdmin._TypedProxyPullSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosTypedNotifyComm_TypedPullSupplier
TypedPullSupplier __org_omg_CosTypedNotifyComm_TypedPullSupplier
__org_omg_CosTypedEventComm_TypedPullSupplier
org.omg.CosTypedEventComm.TypedPullSupplier __org_omg_CosTypedEventComm_TypedPullSupplier
__org_omg_CosEventComm_PullSupplier
PullSupplier __org_omg_CosEventComm_PullSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
Class org.omg.CosTypedNotifyChannelAdmin._TypedProxyPushConsumerStub extends org.omg.CosNotifyChannelAdmin._ProxyConsumerStub implements Serializable |
__org_omg_CosTypedNotifyComm_TypedPushConsumer
TypedPushConsumer __org_omg_CosTypedNotifyComm_TypedPushConsumer
__org_omg_CosTypedEventComm_TypedPushConsumer
org.omg.CosTypedEventComm.TypedPushConsumer __org_omg_CosTypedEventComm_TypedPushConsumer
__org_omg_CosEventComm_PushConsumer
PushConsumer __org_omg_CosEventComm_PushConsumer
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
Class org.omg.CosTypedNotifyChannelAdmin._TypedProxyPushSupplierStub extends org.omg.CosNotifyChannelAdmin._ProxySupplierStub implements Serializable |
__org_omg_CosNotifyComm_PushSupplier
PushSupplier __org_omg_CosNotifyComm_PushSupplier
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
__org_omg_CosEventComm_PushSupplier
PushSupplier __org_omg_CosEventComm_PushSupplier
Class org.omg.CosTypedNotifyChannelAdmin._TypedSupplierAdminStub extends org.omg.CosNotifyChannelAdmin._SupplierAdminStub implements Serializable |
__org_omg_CosTypedEventChannelAdmin_TypedSupplierAdmin
org.omg.CosTypedEventChannelAdmin.TypedSupplierAdmin __org_omg_CosTypedEventChannelAdmin_TypedSupplierAdmin
Package org.omg.CosTypedNotifyComm |
Class org.omg.CosTypedNotifyComm._TypedPullSupplierStub extends org.omg.CosTypedEventComm._TypedPullSupplierStub implements Serializable |
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
Class org.omg.CosTypedNotifyComm._TypedPushConsumerStub extends org.omg.CosTypedEventComm._TypedPushConsumerStub implements Serializable |
__org_omg_CosNotifyComm_NotifyPublish
NotifyPublish __org_omg_CosNotifyComm_NotifyPublish
Package org.omg.DsEventLogAdmin |
Class org.omg.DsEventLogAdmin._EventLogFactoryStub extends org.omg.DsLogAdmin._LogMgrStub implements Serializable |
__org_omg_CosEventChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosEventChannelAdmin_ConsumerAdmin
Class org.omg.DsEventLogAdmin._EventLogStub extends org.omg.DsLogAdmin._LogStub implements Serializable |
__org_omg_CosEventChannelAdmin_EventChannel
EventChannel __org_omg_CosEventChannelAdmin_EventChannel
Package org.omg.DsLogAdmin |
Class org.omg.DsLogAdmin._BasicLogFactoryStub extends org.omg.DsLogAdmin._LogMgrStub implements Serializable |
Class org.omg.DsLogAdmin._BasicLogStub extends org.omg.DsLogAdmin._LogStub implements Serializable |
Class org.omg.DsLogAdmin._IteratorStub extends ObjectImpl implements Serializable |
Class org.omg.DsLogAdmin._LogMgrStub extends ObjectImpl implements Serializable |
Class org.omg.DsLogAdmin._LogStub extends ObjectImpl implements Serializable |
__value
int __value
off_duty
boolean off_duty
- The off_duty field indicates whether the log is scheduled to log events or not.
A log is considered "on duty" only if all of the following are true:
- Operational state is "enabled".
- Administrative state is "unlocked".
- Current time falls within the log duration time.
- Current time falls within one (or more) of the log scheduling times.
log_full
boolean log_full
- The log_full field indicates whether the log is full or not. If log_full equals TRUE,
then records can only be retrieved; however, no new records can be added.
__value
int __value
attr_name
java.lang.String attr_name
value
Any value
details
java.lang.String details
n_records_written
short n_records_written
id
long id
- Unique number assigned to the record by the log.
time
long time
- Timestamp indicating the time an event is logged.
attr_list
NVPair[] attr_list
- User defined name/value pairs that are not a part of the event received by
the log. These attributes contain log record related information and can be queried
or modified.
info
Any info
- The event data stored in a CORBA any. Note that a structured or typed event
can be wrapped in a CORBA any as specified by the Notification Service
specification
name
java.lang.String name
- A string that specify the name
value
Any value
- Value
__value
int __value
hour
short hour
- Hour: 0-23
minute
short minute
- Minute: 0-59
start
Time24 start
- The hour and minute of the day when an unlocked and enabled log starts functioning.
stop
Time24 stop
- The hour and minute of the day when an unlocked and enabled log stops functioning.
start
long start
- Start Time
stop
long stop
- End Time
denied
short[] denied
days
short days
- Represents which days of the week the start and stop time fields are valid
(a bit mask OR?ed together to specify week days, with the 1st bit indicating
Sunday and the 7th bit indicating Saturday).
intervals
Time24Interval[] intervals
- The time intervals
Package org.omg.DsLogNotification |
logref
Log logref
- The log field indicates the object reference of the log.
id
int id
- The id field indicates the log identifier.
time
long time
- The time field indicates the time when the log?s attribute is changed.
type
short type
- The type field indicates the type of attribute being changed.
old_value
Any old_value
- The old_value field contains the old attribute value.
new_value
Any new_value
- The new_value field contains the new attribute value.
id
int id
- The id field indicates the log identifier.
time
long time
- The time field indicates the time when the log is created.
id
int id
- The id field indicates the log identifier.
time
long time
- The time field indicates the time when the log is deleted.
error_num
int error_num
- The error_num field indicates the error number associated with the error. The high order
20 bits of error_num contain a 20-bit vendor specific error id (VSEID); the low order
12 bits contain the rest of the error number. A vendor (or group of vendors) who wish
to define a specific set of error numbers should obtain a unique VSEID from the OMG,
and then define a specific set of error numbers using the VSEID for the high order bits.
error_string
java.lang.String error_string
- The error_string field contains a textual description of the error.
logref
Log logref
- The log field indicates the object reference of the log.
id
int id
- The id field indicates the log identifier.
time
long time
- The time field indicates the time when the log?s state is changed.
type
short type
- The type field indicates the type of state being changed.
new_value
Any new_value
- The new_value field contains the new state value.
logref
Log logref
- The object reference of the log.
id
int id
- The log identifier
time
long time
- The time when the log has reached its capacity alarm threshold.
crossed_value
short crossed_value
- The threshold level just being crossed.
observed_value
short observed_value
- The current log size, as a percentage of the maximum log size.
perceived_severity
short perceived_severity
- It is minor if log is not full, and critical otherwise.
Package org.omg.DsNotifyLogAdmin |
Class org.omg.DsNotifyLogAdmin._NotifyLogFactoryStub extends org.omg.DsLogAdmin._LogMgrStub implements Serializable |
__org_omg_CosNotifyChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosNotifyChannelAdmin_ConsumerAdmin
__org_omg_CosNotification_QoSAdmin
QoSAdmin __org_omg_CosNotification_QoSAdmin
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
__org_omg_CosNotifyFilter_FilterAdmin
FilterAdmin __org_omg_CosNotifyFilter_FilterAdmin
__org_omg_CosEventChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosEventChannelAdmin_ConsumerAdmin
Class org.omg.DsNotifyLogAdmin._NotifyLogStub extends org.omg.DsEventLogAdmin._EventLogStub implements Serializable |
__org_omg_CosNotifyChannelAdmin_EventChannel
EventChannel __org_omg_CosNotifyChannelAdmin_EventChannel
__org_omg_CosNotification_QoSAdmin
QoSAdmin __org_omg_CosNotification_QoSAdmin
__org_omg_CosNotification_AdminPropertiesAdmin
AdminPropertiesAdmin __org_omg_CosNotification_AdminPropertiesAdmin
Package org.omg.DsTypedEventLogAdmin |
Class org.omg.DsTypedEventLogAdmin._TypedEventLogFactoryStub extends org.omg.DsLogAdmin._LogMgrStub implements Serializable |
__org_omg_CosEventChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosEventChannelAdmin_ConsumerAdmin
Class org.omg.DsTypedEventLogAdmin._TypedEventLogStub extends org.omg.DsLogAdmin._LogStub implements Serializable |
__org_omg_CosTypedEventChannelAdmin_TypedEventChannel
org.omg.CosTypedEventChannelAdmin.TypedEventChannel __org_omg_CosTypedEventChannelAdmin_TypedEventChannel
Class org.omg.DsTypedEventLogAdmin._TypedRecordIteratorStub extends ObjectImpl implements Serializable |
id
long id
- Unique number assigned to the record by the log.
time
long time
- Timestamp indicating the time the event was logged.
attr_list
NVPair[] attr_list
- User defined name/value pairs that are not a part of the event received by
the log. These attributes contain log record related information and can be queried
or modified.
interface_id
java.lang.String interface_id
- Repository id of the interface that sent the typed event.
operation_name
java.lang.String operation_name
- Name of the operation that emitted the typed event.
arg_list
Any[] arg_list
- Argument list that contains the event data.
Package org.omg.DsTypedNotifyLogAdmin |
Class org.omg.DsTypedNotifyLogAdmin._TypedNotifyLogFactoryStub extends org.omg.DsLogAdmin._LogMgrStub implements Serializable |
__org_omg_CosNotifyChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosNotifyChannelAdmin_ConsumerAdmin
__org_omg_CosNotification_QoSAdmin
QoSAdmin __org_omg_CosNotification_QoSAdmin
__org_omg_CosNotifyComm_NotifySubscribe
NotifySubscribe __org_omg_CosNotifyComm_NotifySubscribe
__org_omg_CosNotifyFilter_FilterAdmin
FilterAdmin __org_omg_CosNotifyFilter_FilterAdmin
__org_omg_CosEventChannelAdmin_ConsumerAdmin
ConsumerAdmin __org_omg_CosEventChannelAdmin_ConsumerAdmin
Class org.omg.DsTypedNotifyLogAdmin._TypedNotifyLogStub extends org.omg.DsTypedEventLogAdmin._TypedEventLogStub implements Serializable |
__org_omg_CosTypedNotifyChannelAdmin_TypedEventChannel
TypedEventChannel __org_omg_CosTypedNotifyChannelAdmin_TypedEventChannel
__org_omg_CosNotification_QoSAdmin
QoSAdmin __org_omg_CosNotification_QoSAdmin
__org_omg_CosNotification_AdminPropertiesAdmin
AdminPropertiesAdmin __org_omg_CosNotification_AdminPropertiesAdmin
argument
Any argument
- Argument value stored in a
CORBA::Any
mode
ParameterMode mode
- Argument's mode: ARG_IN, ARG_OUT, INOUT
Package org.omg.DynamicAny |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
id
java.lang.String id
- The name associated with the DynAny.
value
DynAny value
- The DynAny value associated with the name.
id
java.lang.String id
- The name for the member.
value
Any value
- The value for the member.
Package org.omg.DynamicAny.DynAnyFactoryPackage |
Package org.omg.DynamicAny.DynAnyPackage |
Class org.omg.Firewall._FirewallPolicyStub extends _PolicyStub implements Serializable |
Class org.omg.Firewall._GIOPProxyStub extends ObjectImpl implements Serializable |
auth_type
short auth_type
auth_kdc
byte[] auth_kdc
key_distribution_host
java.lang.String key_distribution_host
key_distribution_port
short key_distribution_port
mechanisms
MechanismValue[] mechanisms
tag
int tag
- tag denotes what is contained in the CDR encapsulation of the field
profile_data
.
- See Also:
FW_MECH_PROXY
,
FW_MECH_TCP
,
FW_MECH_SOCKSV5
profile_data
byte[] profile_data
- profile_data contains a CDR encapsulation of various firewall mechanism
structures.
- See Also:
IOR
,
TcpFirewallMechanism
,
SOCKSV5FirewallMechanism
tag
short tag
data
byte[] data
ior
IORValue ior
__value
int __value
host
java.lang.String host
- The host of the TCP endpoint to connect to
port
short port
- The port of the TCP endpoint to connect to
components
com.inprise.vbroker.IOP.TaggedComponent[] components
- All of the SSL endpoints available for connecting to this TCP firewall.
The only valid
components
are SSL tags,
other tags should be ignored.
host
java.lang.String host
port
short port
components
com.inprise.vbroker.IOP.ComponentValue[] components
- components are programmatic representation of all SSL tagged components
denoting all SSL endpoints available to the clients to connect
to this TCP firewall. There must be no components other than SSL.
Class org.omg.IOP._CodecFactoryLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.IOP._CodecLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
format
short format
- The Encoding format .
major_version
byte major_version
- The major version of the encoding format.
minor_version
byte minor_version
- The minor version of the encoding format.
type_id
java.lang.String type_id
- Describes the type of object reference that is represented by this IOR.
profiles
TaggedProfile[] profiles
- Represents a sequence of one or more TaggedProfile objects, which contain information about the protocols that are supported.
context_id
int context_id
- Identifies a particular service and data format.
context_data
byte[] context_data
- The context data associated with the particular service identified by the Context_id. The context data is encoded
in a service-specific format and then encapsulated as a sequence of octets.
tag
int tag
- Standard way of representing multicomponent profiles. This would be encapsulated in a TaggedProfile.
Following are the valid values :
- TAG_ORB_TYPE
- TAG_CODE_SETS
- TAG_POLICIES
- TAG_ALTERNATE_IIOP_ADDRESS
- TAG_GENERIC_SEC_MECH
- TAG_SEC_NAME
- TAG_SSL_SEC_TRANS
- TAG_JAVA_CODEBASE
component_data
byte[] component_data
- Encapsultes all additional information needed to identify an Object.
tag
int tag
- Identifies the contents of the profile data and should be one of the following values:
- TAG_INTERNET_IOP
- TAG_MULTIPLE_COMPONENTS
profile_data
byte[] profile_data
- Encapsulates all the protocol information needed to identify an object.
Package org.omg.IOP.CodecFactoryPackage |
Package org.omg.IOP.CodecPackage |
Package org.omg.Messaging |
Class org.omg.Messaging._ReplyHandlerStub extends ObjectImpl implements Serializable |
ptype
int ptype
pvalue
byte[] pvalue
Package org.omg.PortableInterceptor |
Class org.omg.PortableInterceptor._ClientRequestInfoLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._ClientRequestInterceptorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._CurrentLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._InterceptorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._IORInfoLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._IORInterceptor_3_0LocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._IORInterceptorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._ORBInitializerLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._ORBInitInfoLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._PolicyFactoryLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._RequestInfoLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._ServerRequestInfoLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableInterceptor._ServerRequestInterceptorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
forward
Object forward
Package org.omg.PortableInterceptor.ORBInitInfoPackage |
name
java.lang.String name
Package org.omg.PortableServer |
Class org.omg.PortableServer._AdapterActivatorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableServer._AdapterActivatorStub extends ObjectImpl implements Serializable |
Class org.omg.PortableServer._POAManagerFactoryLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableServer._POAManagerLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableServer._ServantActivatorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
Class org.omg.PortableServer._ServantLocatorLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
Class org.omg.PortableServer._ServantManagerLocalBase extends LocalObject implements Serializable |
_type_ids
java.lang.String[] _type_ids
Class org.omg.PortableServer._ServantManagerStub extends ObjectImpl implements Serializable |
forward_reference
Object forward_reference
__value
int __value
__value
int __value
__value
int __value
__value
int __value
__value
int __value
__value
int __value
__value
int __value
Package org.omg.PortableServer.CurrentPackage |
Package org.omg.PortableServer.POAManagerFactoryPackage |
Package org.omg.PortableServer.POAManagerPackage |
__value
int __value
Package org.omg.PortableServer.POAPackage |
index
short index
Package org.omg.SendingContext |
Class org.omg.SendingContext._CodeBaseStub extends org.omg.SendingContext._RunTimeStub implements Serializable |
Class org.omg.SendingContext._RunTimeStub extends ObjectImpl implements Serializable |
lower_bound
long lower_bound
- Lower bound of the interval. Cannot be greater than
upper_bound
upper_bound
long upper_bound
- Upper bound of the interval.
time
long time
- Basic value of time.
inacclo
int inacclo
- Holds the lower part (4 octets) of the 48-bits inaccuracy value in the
time
field.
inacchi
short inacchi
- Holds the upper part (2 octets) of the 48-bits inaccuracy value in the
time
field.
tdf
short tdf
- Holds the time zone information. The value is the displacement in minutes from the
Universal Time Zone.
Read the latest documentation online