VisiBroker for Java
A B C D E F G H I J K L M N O P Q R S T U V W _

B

BAD_CONTEXT - Exception in org.omg.CORBA
Exception thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation.
BAD_CONTEXT() - Constructor for exception org.omg.CORBA.BAD_CONTEXT
Constructs a BAD_CONTEXT exception with a default minor code of 0 and a completion state of COMPLETED_NO.
BAD_CONTEXT(String) - Constructor for exception org.omg.CORBA.BAD_CONTEXT
Constructs a BAD_CONTEXT exception with the specified detail message, a minor code of 0 and a completion state of COMPLETED_NO.
BAD_CONTEXT(int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_CONTEXT
Constructs a BAD_CONTEXT exception with the specified minor code and completion status.
BAD_CONTEXT(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_CONTEXT
Constructs a BAD_CONTEXT exception with the specified detail message, minor code, and completion status.
BAD_INV_ORDER - Exception in org.omg.CORBA
This exception indicates that the caller has invoked operations in the wrong order.
BAD_INV_ORDER() - Constructor for exception org.omg.CORBA.BAD_INV_ORDER
Constructs a BAD_INV_ORDER exception with a default minor code of 0 and a completion state of COMPLETED_NO.
BAD_INV_ORDER(String) - Constructor for exception org.omg.CORBA.BAD_INV_ORDER
Constructs a BAD_INV_ORDER exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
BAD_INV_ORDER(int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_INV_ORDER
Constructs a BAD_INV_ORDER exceptionBAD_INV_ORDER with the specified minor code and completion status.
BAD_INV_ORDER(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_INV_ORDER
Constructs a BAD_INV_ORDER exception with the specified detail message, minor code, and completion status.
BAD_OPERATION - Exception in org.omg.CORBA
Exception thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked.
BAD_OPERATION() - Constructor for exception org.omg.CORBA.BAD_OPERATION
Constructs a BAD_OPERATION exception with a default minor code of 0 and a completion state of COMPLETED_NO.
BAD_OPERATION(String) - Constructor for exception org.omg.CORBA.BAD_OPERATION
Constructs a BAD_OPERATION exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
BAD_OPERATION(int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_OPERATION
Constructs a BAD_OPERATION exception with the specified minor code and completion status.
BAD_OPERATION(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_OPERATION
Constructs a BAD_OPERATION exception with the specified detail message, minor code, and completion status.
BAD_PARAM - Exception in org.omg.CORBA
Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal.
BAD_PARAM() - Constructor for exception org.omg.CORBA.BAD_PARAM
Constructs a BAD_PARAM exception with a default minor code of 0 and a completion state of COMPLETED_NO.
BAD_PARAM(String) - Constructor for exception org.omg.CORBA.BAD_PARAM
Constructs a BAD_PARAM exception with the specified detail message, a minor code of 0, and a completion state of COMPLETED_NO.
BAD_PARAM(int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_PARAM
Constructs a BAD_PARAM exception with the specified minor code and completion status.
BAD_PARAM(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_PARAM
Constructs a BAD_PARAM exception with the specified detail message, minor code, and completion status.
BAD_POLICY - Interface in org.omg.CORBA
Minor code for PolicyError exception - the requested Policy was not understood by the ORB.
BAD_POLICY_TYPE - Interface in org.omg.CORBA
Minor code for PolicyError exception - type of the value requested for the Policy is not valid for that PolicyType.
BAD_POLICY_VALUE - Interface in org.omg.CORBA
Minor code for PolicyError exception - value requested for the Policy is of a valid type but is not within the valid range for that type.
BAD_PROPERTY - Static variable in class org.omg.CosNotification.QoSError_code
 
BAD_QOS - Exception in org.omg.CORBA
System exceptions are thrown by the runtime when certain error cases occur.
BAD_QOS() - Constructor for exception org.omg.CORBA.BAD_QOS
 
BAD_QOS(int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_QOS
 
BAD_QOS(String) - Constructor for exception org.omg.CORBA.BAD_QOS
 
BAD_QOS(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_QOS
 
BAD_TYPE - Static variable in class org.omg.CosNotification.QoSError_code
 
BAD_TYPECODE - Exception in org.omg.CORBA
Exception thrown when the ORB has encountered a malformed type code (for example, a type code with an invalid TCKind value).
BAD_TYPECODE() - Constructor for exception org.omg.CORBA.BAD_TYPECODE
Constructs a BAD_TYPECODE exception with a default minor code of 0 and a completion state of COMPLETED_NO.
BAD_TYPECODE(String) - Constructor for exception org.omg.CORBA.BAD_TYPECODE
Constructs a BAD_TYPECODE exception with the specified detail, a minor code of 0, and a completion state of COMPLETED_NO.
BAD_TYPECODE(int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_TYPECODE
Constructs a BAD_TYPECODE exception with the specified minor code and completion status.
BAD_TYPECODE(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.BAD_TYPECODE
Constructs a BAD_TYPECODE exception with the specified detail message, minor code, and completion status.
BAD_VALUE - Static variable in class org.omg.CosNotification.QoSError_code
 
BadKind - Exception in org.omg.CORBA.TypeCodePackage
The exception BadKind is thrown when an inappropriate operation is invoked on a TypeCode object.
BadKind() - Constructor for exception org.omg.CORBA.TypeCodePackage.BadKind
Constructs a BadKind exception with no reason message.
BadKind(String) - Constructor for exception org.omg.CORBA.TypeCodePackage.BadKind
Constructs a BadKind exception with the specified reason message.
base_interfaces() - Method in interface org.omg.CORBA.InterfaceDefOperations
The list of base interfaces to be set
base_interfaces(InterfaceDef[]) - Method in interface org.omg.CORBA.InterfaceDefOperations
The list of base interfaces to be set
base_interfaces - Variable in class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
This variable represents a list of base interfaces for this interface.
base_interfaces - Variable in class org.omg.CORBA.InterfaceDescription
The interface's list of base interfaces.
base_value() - Method in interface org.omg.CORBA.ValueDefOperations
Describes the value types from which this value inherits.
base_value(ValueDef) - Method in interface org.omg.CORBA.ValueDefOperations
Describes the value types from which this value inherits.
base_value - Variable in class org.omg.CORBA.ValueDefPackage.FullValueDescription
The reporting ID for the concrete base value if one exists for this type.
base_value - Variable in class org.omg.CORBA.ValueDescription
The value types from which this valuedescription inherits.
bases(String) - Method in interface org.omg.SendingContext.CodeBaseOperations
To obtain a type graph for a value type same comment as before the IR can provide similar information
BasicLog - Interface in org.omg.DsLogAdmin
The BasicLog interface allows "event unaware" clients to access a log directly without any knowledge of events or notifications.
BasicLogFactory - Interface in org.omg.DsLogAdmin
BasicLogFactory provides the following additional functions:
BasicLogFactoryOperations - Interface in org.omg.DsLogAdmin
BasicLogFactory provides the following additional functions:
BasicLogOperations - Interface in org.omg.DsLogAdmin
The BasicLog interface allows "event unaware" clients to access a log directly without any knowledge of events or notifications.
BestEffort - Interface in org.omg.CosNotification
 
BI_DIR_IIOP - Interface in org.omg.IOP
org/omg/IOP/BI_DIR_IIOP.java.
BIDIRECTIONAL_POLICY_TYPE - Interface in org.omg.BiDirPolicy
 
BidirectionalPolicy - Interface in org.omg.BiDirPolicy
Represents a Bi-Directional policy
BidirectionalPolicyOperations - Interface in org.omg.BiDirPolicy
Represents a Bi-Directional policy
BIG_ENDIAN - Static variable in class com.inprise.vbroker.CORBA.ORB
 
bind(String, String, String, BindOptions) - Method in class com.inprise.vbroker.CORBA.ORB
Locates an object given the parameters.
bind(String, byte[], String, BindOptions) - Method in class com.inprise.vbroker.CORBA.ORB
Locates an object given the parameters.
bind(NameComponent, Object) - Method in interface com.inprise.vbroker.CosNamingExt.ClusterOperations
Binds an object into a cluster.
bind(IORValue, Object, boolean, Closure) - Method in interface com.inprise.vbroker.interceptor.BindInterceptor
Called during all ORB bind operations.
bind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextExtStub
Creates a binding of a name and an object in the naming context.
bind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextStub
Creates a binding of a name and an object in the naming context.
bind(NameComponent[], Object) - Method in interface org.omg.CosNaming.NamingContextOperations
Creates a binding of a name and an object in the naming context.
bind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextExtStub
Names an object that is a naming context.
bind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextStub
Names an object that is a naming context.
bind_context(NameComponent[], NamingContext) - Method in interface org.omg.CosNaming.NamingContextOperations
Names an object that is a naming context.
bind_failed(IORValue, Object, Closure) - Method in interface com.inprise.vbroker.interceptor.BindInterceptor
Called if a bind operation failed.
bind_new_context(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextExtStub
This operation creates a new context and binds it to the name supplied as an argument.
bind_new_context(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextStub
This operation creates a new context and binds it to the name supplied as an argument.
bind_new_context(NameComponent[]) - Method in interface org.omg.CosNaming.NamingContextOperations
This operation creates a new context and binds it to the name supplied as an argument.
bind_succeeded(IORValue, Object, int, InterceptorManagerControl, Closure) - Method in interface com.inprise.vbroker.interceptor.BindInterceptor
Called if a bind operation succeeded.
BIND_SUPPORT_POLICY_TYPE - Interface in com.inprise.vbroker.PortableServerExt
Defines PolicyType for BindSupportPolicy
Binding - Class in org.omg.CosNaming
org/omg/CosNaming/Binding.java .
Binding() - Constructor for class org.omg.CosNaming.Binding
 
Binding(NameComponent[], BindingType) - Constructor for class org.omg.CosNaming.Binding
 
binding_name - Variable in class org.omg.CosNaming.Binding
 
binding_type - Variable in class org.omg.CosNaming.Binding
 
BindingHelper - Class in org.omg.CosNaming
org/omg/CosNaming/BindingHelper.java .
BindingHelper() - Constructor for class org.omg.CosNaming.BindingHelper
 
BindingHolder - Class in org.omg.CosNaming
org/omg/CosNaming/BindingHolder.java .
BindingHolder() - Constructor for class org.omg.CosNaming.BindingHolder
 
BindingHolder(Binding) - Constructor for class org.omg.CosNaming.BindingHolder
 
BindingIterator - Interface in org.omg.CosNaming
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
BindingIteratorHelper - Class in org.omg.CosNaming
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
BindingIteratorHelper() - Constructor for class org.omg.CosNaming.BindingIteratorHelper
 
BindingIteratorHolder - Class in org.omg.CosNaming
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
BindingIteratorHolder() - Constructor for class org.omg.CosNaming.BindingIteratorHolder
 
BindingIteratorHolder(BindingIterator) - Constructor for class org.omg.CosNaming.BindingIteratorHolder
 
BindingIteratorOperations - Interface in org.omg.CosNaming
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
BindingIteratorPOA - Class in org.omg.CosNaming
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
BindingIteratorPOA() - Constructor for class org.omg.CosNaming.BindingIteratorPOA
 
BindingListHelper - Class in org.omg.CosNaming
List of Bindings.
BindingListHelper() - Constructor for class org.omg.CosNaming.BindingListHelper
 
BindingListHolder - Class in org.omg.CosNaming
List of Bindings.
BindingListHolder() - Constructor for class org.omg.CosNaming.BindingListHolder
 
BindingListHolder(Binding[]) - Constructor for class org.omg.CosNaming.BindingListHolder
 
BindingType - Class in org.omg.CosNaming
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context.
BindingTypeHelper - Class in org.omg.CosNaming
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context.
BindingTypeHelper() - Constructor for class org.omg.CosNaming.BindingTypeHelper
 
BindingTypeHolder - Class in org.omg.CosNaming
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context.
BindingTypeHolder() - Constructor for class org.omg.CosNaming.BindingTypeHolder
 
BindingTypeHolder(BindingType) - Constructor for class org.omg.CosNaming.BindingTypeHolder
 
BindInterceptor - Interface in com.inprise.vbroker.interceptor
A BindInterceptor is called by the ORB during each bind and rebind operation.
BindInterceptorManager - Interface in com.inprise.vbroker.interceptor
This interface is used to add BindInterceptor.
BindOptions - Class in com.inprise.vbroker.CORBA
The BindOptions class represents the options used when a client is binding to a server.
BindOptions() - Constructor for class com.inprise.vbroker.CORBA.BindOptions
The no-argument constructor.
BindOptions(boolean, boolean) - Constructor for class com.inprise.vbroker.CORBA.BindOptions
This constructor creates a BindOptions object, setting the defer_bind and enable_rebind properties as specified.
BindSupportPolicy - Interface in com.inprise.vbroker.PortableServerExt
Defines POA policy for registration with osagent
BindSupportPolicyOperations - Interface in com.inprise.vbroker.PortableServerExt
Defines POA policy for registration with osagent
BindSupportPolicyValue - Class in com.inprise.vbroker.PortableServerExt
Defines BindSupportPolicy values.
BOA - Class in com.inprise.vbroker.CORBA
The Basic Object Adapter is used by object implementations to activate and deactivate the objects they offer to clients.
BOA() - Constructor for class com.inprise.vbroker.CORBA.BOA
 
boa_activate_obj(Object, String, int) - Method in interface com.inprise.vbroker.Activation.OADOperations
Invoked implicitly when the spawned process calls BOA::obj_is_ready.
boa_deactivate_obj(Object, String, int) - Method in interface com.inprise.vbroker.Activation.OADOperations
Invoked implicitly when the spawned process deactivates an object (on which obj_is_ready was previously called).
BOA_init() - Method in class com.inprise.vbroker.CORBA.ORB
Deprecated.  
BOA_init(String, Properties) - Method in class com.inprise.vbroker.CORBA.ORB
Deprecated.  
BooleanHolder - Class in org.omg.CORBA
The Holder for Boolean.
BooleanHolder() - Constructor for class org.omg.CORBA.BooleanHolder
Constructs a new BooleanHolder object with its value field initialized to false.
BooleanHolder(boolean) - Constructor for class org.omg.CORBA.BooleanHolder
Constructs a new BooleanHolder object with its value field initialized with the given boolean.
BooleanSeqHelper - Class in org.omg.CORBA
The Helper for BooleanSeq.
BooleanSeqHelper() - Constructor for class org.omg.CORBA.BooleanSeqHelper
 
BooleanSeqHolder - Class in org.omg.CORBA
The Holder for BooleanSeq.
BooleanSeqHolder() - Constructor for class org.omg.CORBA.BooleanSeqHolder
 
BooleanSeqHolder(boolean[]) - Constructor for class org.omg.CORBA.BooleanSeqHolder
 
BOTH - Static variable in class com.inprise.vbroker.interceptor.Location
 
BOTH - Interface in org.omg.BiDirPolicy
A value of BOTH for BidirectionalPolicyValue means that bi-directional connections are supported.
bound() - Method in interface org.omg.CORBA.SequenceDefOperations
The bounds of the sequence.
bound(int) - Method in interface org.omg.CORBA.SequenceDefOperations
The bounds of the sequence.
bound() - Method in interface org.omg.CORBA.StringDefOperations
The new String bounds.
bound(int) - Method in interface org.omg.CORBA.StringDefOperations
The new String bounds.
bound() - Method in interface org.omg.CORBA.WstringDefOperations
 
bound(int) - Method in interface org.omg.CORBA.WstringDefOperations
 
Bounds - Exception in org.omg.CORBA
A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.
Bounds() - Constructor for exception org.omg.CORBA.Bounds
Constructs an Bounds with no specified detail message.
Bounds(String) - Constructor for exception org.omg.CORBA.Bounds
Constructs an Bounds with the specified detail message.
Bounds - Exception in org.omg.CORBA.TypeCodePackage
Provides the TypeCode operations member_name(), member_type(), and member_label.
Bounds() - Constructor for exception org.omg.CORBA.TypeCodePackage.Bounds
Constructs a Bounds exception with no reason message.
Bounds(String) - Constructor for exception org.omg.CORBA.TypeCodePackage.Bounds
Constructs a Bounds exception with the specified reason message.
BoxedValueHelper - Interface in org.omg.CORBA.portable
 
Busy - Exception in com.inprise.vbroker.Activation
Indicates that the specified object is in use.
Busy() - Constructor for exception com.inprise.vbroker.Activation.Busy
 
Busy(String) - Constructor for exception com.inprise.vbroker.Activation.Busy
 
BY_INSTANCE - Static variable in class com.inprise.vbroker.PortableServerExt.BindSupportPolicyValue
 
BY_POA - Static variable in class com.inprise.vbroker.PortableServerExt.BindSupportPolicyValue
 
ByteHolder - Class in org.omg.CORBA
The Holder for Byte.
ByteHolder() - Constructor for class org.omg.CORBA.ByteHolder
Constructs a new ByteHolder object with its value field initialized to 0.
ByteHolder(byte) - Constructor for class org.omg.CORBA.ByteHolder
Constructs a new ByteHolder object for the given byte.
byteOrder() - Method in class com.inprise.vbroker.CORBA.portable.InputStream
Returns the current byte order of the stream
byteOrder(boolean) - Method in class com.inprise.vbroker.CORBA.portable.InputStream
Sets the stream byte order.
byteOrder() - Method in class com.inprise.vbroker.CORBA.portable.OutputStream
 
byteOrder(boolean) - Method in class com.inprise.vbroker.CORBA.portable.OutputStream
 
bytes() - Method in class com.inprise.vbroker.CORBA.portable.InputStream
 

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com
A B C D E F G H I J K L M N O P Q R S T U V W _
Read the latest documentation online