A B C D E F G H I J L N O P R S T U V W _

A

activate_object(String) - Method in class com.beasys.Tobj_Servant
Associates an object ID with a servant.
ActivateObjectFailed - exception com.beasys.TobjS.ActivateObjectFailed.
An error occurred during the execution of the object's com.beasys.Tobj_Servant.activate_object method.
ActivateObjectFailed() - Constructor for class com.beasys.TobjS.ActivateObjectFailed
This is the constructor for the class.
ActivateObjectFailed(String) - Constructor for class com.beasys.TobjS.ActivateObjectFailed
This is the constructor for the class.
afterCompletion(int) - Method in interface javax.transaction.Synchronization
 
ApplicationProblem - exception com.beasys.TobjS.ApplicationProblem.
An unspecified problem has occurred with the server application.
ApplicationProblem() - Constructor for class com.beasys.TobjS.ApplicationProblem
This is the constructor for the class.
AssociationOptionsHelper - class org.omg.Security.AssociationOptionsHelper.
 
authenticate(int, String, byte[], SecAttribute[], CredentialsHolder, OpaqueHolder, OpaqueHolder) - Method in interface org.omg.SecurityLevel2.PrincipalAuthenticator
Authenticates the client.
AuthenticationStatus - class org.omg.Security.AuthenticationStatus.
 
AuthType - class com.beasys.Tobj.AuthType.
The type of authentication expected by the M3 domain.

B

beforeCompletion() - Method in interface javax.transaction.Synchronization
 
begin() - Method in interface javax.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
begin() - Method in interface javax.transaction.TransactionManager
 
begin() - Method in interface org.omg.CosTransactions.Current
Creates a new transaction.
bootstrap() - Static method in class com.beasys.Tobj.TP
Returns a com.beasys.Tobj_Bootstrap object.
BootstrapFactory - class com.beasys.BootstrapFactory.
 
BootstrapFactory() - Constructor for class com.beasys.BootstrapFactory
 
build_auth_data(String, String, String, String, byte[], OpaqueHolder, AttributeListHolder) - Method in interface com.beasys.Tobj.PrincipalAuthenticator
Creates authentication data and attributes for use by the SecurityLevel2.PrincipalAuthenticator.authenticate method.

C

Callbacks - class com.beasys.BEAWrapper.Callbacks.
Supplies a set of methods that provide similar functionality as the ones provided by the C++ wrappers.
Callbacks() - Constructor for class com.beasys.BEAWrapper.Callbacks
Returns a reference to the Callbacks interface.
Callbacks(ORB) - Constructor for class com.beasys.BEAWrapper.Callbacks
Returns a reference to the Callbacks interface.
CannotProceed - exception com.beasys.Tobj.CannotProceed.
This exception is raised if the FactoryFinder or the CORBAservices Naming Service encounter an internal error during the search, with the error being written to the user log (ULOG).
CannotProceed - exception com.beasys.TobjS.CannotProceed.
The FactoryFinder or CORBAservices Naming Service encountered an internal error during the search, with the error being written to the user log (ULOG).
CannotProceed() - Constructor for class com.beasys.Tobj.CannotProceed
This is the constructor for the class.
CannotProceed() - Constructor for class com.beasys.TobjS.CannotProceed
This is the constructor for the class.
CertificateBased - interface com.beasys.Tobj.CertificateBased.
 
close_xa_rm() - Method in interface com.beasys.Tobj.TransactionCurrent
This method closes the XA resource manager to which this process is linked.
close_xa_rm() - Static method in class com.beasys.Tobj.TP
Closes the XA resource manager to which the invoking process is linked.
com.beasys - package com.beasys
 
com.beasys.BEAWrapper - package com.beasys.BEAWrapper
 
com.beasys.Tobj - package com.beasys.Tobj
 
com.beasys.TobjS - package com.beasys.TobjS
 
commit() - Method in interface javax.transaction.Transaction
 
commit() - Method in interface javax.transaction.UserTransaction
Complete the transaction associated with the current thread.
commit() - Method in interface javax.transaction.TransactionManager
 
commit(boolean) - Method in interface org.omg.CosTransactions.Current
Completes the current transaction.
CompositeDelegation - interface org.omg.Security.CompositeDelegation.
 
Confidentiality - interface org.omg.Security.Confidentiality.
 
continue_authentication(byte[], CredentialsHolder, OpaqueHolder, OpaqueHolder) - Method in interface org.omg.SecurityLevel2.PrincipalAuthenticator
Always fails.
Control - interface org.omg.CosTransactions.Control.
The Control interface allows a program to explicitly manage or propagate a transaction context.
create_active_object_reference(String, String, Tobj_Servant) - Static method in class com.beasys.Tobj.TP
Creates an object reference and pre-activates an object.
create_lname_component() - Static method in class com.beasys.Tobj.LNameComponent
Creates the LName component.
create_lname() - Static method in class com.beasys.Tobj.LName
Creates a library name pseudo-object.
create_object_reference(String, String, NVList) - Static method in class com.beasys.Tobj.TP
Creates an object reference.
CreateServantFailed - exception com.beasys.TobjS.CreateServantFailed.
The TP Framework is unable to create the object's servant class.
CreateServantFailed() - Constructor for class com.beasys.TobjS.CreateServantFailed
This is the constructor for the class.
CreateServantFailed(String) - Constructor for class com.beasys.TobjS.CreateServantFailed
This is the constructor for the class.
Credentials - interface org.omg.SecurityLevel2.Credentials.
 
Current - interface org.omg.CosTransactions.Current.
The Current interface defines methods that allow a client of the Transaction Service to explicitly manage the association between threads and transactions.
Current - interface org.omg.SecurityLevel1.Current.
 
Current - interface org.omg.SecurityLevel2.Current.
 

D

deactivate_object(String, DeactivateReasonValue) - Method in class com.beasys.Tobj_Servant
Removes the association of an object ID with its servant.
deactivateEnable() - Static method in class com.beasys.Tobj.TP
Enables application-controlled deactivation of CORBA objects.
DeactivateObjectFailed - exception com.beasys.TobjS.DeactivateObjectFailed.
An error occurred while the com.beasys.Tobj_Servant.deactivate_object method was invoked.
DeactivateObjectFailed() - Constructor for class com.beasys.TobjS.DeactivateObjectFailed
This is the constructor for the class.
DeactivateObjectFailed(String) - Constructor for class com.beasys.TobjS.DeactivateObjectFailed
This is the constructor for the class.
DeactivateReasonValue - class com.beasys.TobjS.DeactivateReasonValue.
 
delete_component(long) - Method in class com.beasys.Tobj.LName
Removes and returns the component specified by long_i.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
 
destroy_current() - Method in class com.beasys.Tobj_Bootstrap
Destroys the Current objects for the domain represented by the Bootstrap object.
destroy_current() - Method in class com.beasys.Tobj_BootstrapPool
 
destroy() - Method in class com.beasys.Tobj.LName
Destroys library name component pseudo-objects.
DetectMisordering - interface org.omg.Security.DetectMisordering.
 
DetectReplay - interface org.omg.Security.DetectReplay.
 
DR_METHOD_END - Static variable in class com.beasys.TobjS.DeactivateReasonValue
Indicates that the object is being deactivated after the completion of a method.
DR_SERVER_SHUTDOWN - Static variable in class com.beasys.TobjS.DeactivateReasonValue
Indicates that the object is being deactivated because the server is being shut down in an orderly fashion.
DR_TRANS_ABORTED - Static variable in class com.beasys.TobjS.DeactivateReasonValue
When the deactivate_object() method is invoked with this reason code, the transaction is marked for rollback only.This reason code is used only for objects that have the transaction activation policy.
DR_TRANS_COMMITTING - Static variable in class com.beasys.TobjS.DeactivateReasonValue
Indicates that a Current.commit() operation was invoked for the transaction in which the object is involved.
DR_TRANS_POSTCOMMIT - Static variable in class com.beasys.TobjS.DeactivateReasonValue
 

E

enlistResource(XAResource) - Method in interface javax.transaction.Transaction
 
equal(LName) - Method in class com.beasys.Tobj.LName
Tests for equality with the library name specified by ln.
errorCode - Variable in class javax.transaction.SystemException
 
EstablishTrustInClient - interface org.omg.Security.EstablishTrustInClient.
 
EstablishTrustInTarget - interface org.omg.Security.EstablishTrustInTarget.
 
extract(Any) - Static method in class org.omg.Security.AssociationOptionsHelper
 

F

FactoryFinder - interface org.omg.CosLifeCycle.FactoryFinder.
 
FactoryFinder - interface com.beasys.Tobj.FactoryFinder.
The FactoryFinder interface provides clients with one object reference that serves as the single point of entry into the M3 domain.
find_factories_by_id(String) - Method in interface com.beasys.Tobj.FactoryFinder
Obtains a list of application factories.
find_factories(NameComponent[]) - Method in interface org.omg.CosLifeCycle.FactoryFinder
Obtains a list of application factories.
find_one_factory_by_id(String) - Method in interface com.beasys.Tobj.FactoryFinder
This member function instructs the FactoryFinder to return one application factory object reference whose id in the key matches the method's input factory_id.
find_one_factory(NameComponent[]) - Method in interface com.beasys.Tobj.FactoryFinder
Obtains a single application factory.
from_idl_form(NameComponent[]) - Method in class com.beasys.Tobj.LName
Sets the components and kind attribute for a library name from a returned IDL defined structure represented by nr.

G

get_attributes(AttributeType[]) - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
get_attributes(AttributeType[]) - Method in interface org.omg.SecurityLevel1.Current
Returns attributes for the Current interface.
get_attributes(AttributeType[]) - Method in interface org.omg.SecurityLevel2.Credentials
Gets the attribute list attached to the credentials.
get_auth_type() - Method in interface com.beasys.Tobj.PrincipalAuthenticator
Gets the type of authentication expected by the M3 domain.
get_cntl() - Method in class com.beasys.Tobj.PoolControlImpl
 
get_component(long) - Method in class com.beasys.Tobj.LName
Returns the component specified by long_i.
get_control() - Method in interface org.omg.CosTransactions.Current
If the client is associated with a transaction, a Control object is returned that represents the transaction context currently associated with the client thread.
get_coordinator() - Method in class com.beasys.Tobj.PoolControlImpl
 
get_coordinator() - Method in interface org.omg.CosTransactions.Control
 
get_credentials(CredentialType) - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
get_credentials(CredentialType) - Method in interface org.omg.SecurityLevel2.Current
Gets credentials type.
get_id() - Method in class com.beasys.Tobj.LNameComponent
Returns the value of the LName component's identifier attribute.
get_kind() - Method in class com.beasys.Tobj.LNameComponent
Returns the value of the LName component's kind attribute.
get_object_id(Object) - Static method in class com.beasys.Tobj.TP
Allows a server to retrieve the string object id contained in an object reference that was created by the TP Framework.
get_object_reference() - Static method in class com.beasys.Tobj.TP
Returns a reference to the current object.
get_status() - Method in interface org.omg.CosTransactions.Current
If there is a transaction associated with the client thread, this method returns the status of the transaction associated with the client thread.
get_string_oid() - Method in class com.beasys.BEAWrapper.Callbacks
Returns the string version of the object ID of the current request.
get_terminator() - Method in class com.beasys.Tobj.PoolControlImpl
 
get_terminator() - Method in interface org.omg.CosTransactions.Control
Returns a Terminator object, which supports methods to end the transaction.
get_transaction_name() - Method in interface org.omg.CosTransactions.Current
If there is a transaction associated with the client thread, this method returns a printable string describing the transaction (specifically the XID as specified by the Open Group).
getClientContext(String) - Static method in class com.beasys.BootstrapFactory
 
getConnection() - Method in class com.beasys.Tobj.PoolControlImpl
 
getNativeProperties() - Static method in class com.beasys.Tobj_Bootstrap
 
getPool() - Method in class com.beasys.Tobj.PoolControlImpl
 
getRemoteProperties() - Static method in class com.beasys.Tobj_Bootstrap
Returns the properties required to initialize the ORB for remote clients.
getStatus() - Method in interface javax.transaction.Transaction
 
getStatus() - Method in interface javax.transaction.UserTransaction
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface javax.transaction.TransactionManager
 
getTransaction() - Method in interface javax.transaction.TransactionManager
 
getUserTransaction() - Method in class com.beasys.Tobj_Bootstrap
Acquires a reference to a UserTransaction object, which may then be used to begin and terminate transactions, and get information about transactions.
getUserTransaction() - Method in class com.beasys.Tobj_BootstrapPool
 

H

HeuristicHazard - exception org.omg.CosTransactions.HeuristicHazard.
A request raises this exception to report that a heuristic decision was made, the disposition of all relevant updates is not known, and for those updates whose disposition is known, either all have been committed or all have been rolled back.
HeuristicHazard() - Constructor for class org.omg.CosTransactions.HeuristicHazard
This is the constructor for the class.
HeuristicMixed - exception org.omg.CosTransactions.HeuristicMixed.
A request raises this exception to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicMixed() - Constructor for class org.omg.CosTransactions.HeuristicMixed
This is the constructor for the class.
HeuristicMixedException - exception javax.transaction.HeuristicMixedException.
 
HeuristicMixedException() - Constructor for class javax.transaction.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for class javax.transaction.HeuristicMixedException
 
HeuristicRollbackException - exception javax.transaction.HeuristicRollbackException.
 
HeuristicRollbackException() - Constructor for class javax.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for class javax.transaction.HeuristicRollbackException
 

I

id() - Static method in class org.omg.Security.AssociationOptionsHelper
 
IllegalOperation - exception com.beasys.TobjS.IllegalOperation.
Indicates that the com.beasys.Tobj.TP.deactivateEnable method was invoked by an object with the activation policy set to transaction.
IllegalOperation() - Constructor for class com.beasys.TobjS.IllegalOperation
This is the constructor for the class.
initialize(String[]) - Method in class com.beasys.Tobj.Server
Allows the application to perform application-specific initialization procedures, such as logging into a database, creating and registering well-known object factories, initializing global variables, and so forth.
InitializeFailed - exception com.beasys.TobjS.InitializeFailed.
If an exception is raised in the com.beasys.Tobj.Server.initialize method, the TP Framework catches the exception.
InitializeFailed() - Constructor for class com.beasys.TobjS.InitializeFailed
This is the constructor for the class.
InitializeFailed(String) - Constructor for class com.beasys.TobjS.InitializeFailed
This is the constructor for the class.
insert_component(long, LNameComponent) - Method in class com.beasys.Tobj.LName
Inserts a component after the position specified by long_i.
insert(Any, short) - Static method in class org.omg.Security.AssociationOptionsHelper
 
Integrity - interface org.omg.Security.Integrity.
 
invalidate() - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
InvalidControl - exception org.omg.CosTransactions.InvalidControl.
This exception is raised for the Current interface resume method if the parameter is not valid in the current execution environment.
InvalidControl() - Constructor for class org.omg.CosTransactions.InvalidControl
This is the constructor for the class.
InvalidDomain - exception com.beasys.Tobj.InvalidDomain.
For a remote client, raised if the Bootstrap object cannot connect to the M3 domain.
InvalidDomain - exception com.beasys.TobjS.InvalidDomain.
The domain specified in the request is invalid.
InvalidDomain() - Constructor for class com.beasys.Tobj.InvalidDomain
This is the constructor for the class.
InvalidDomain() - Constructor for class com.beasys.TobjS.InvalidDomain
This is the constructor for the class.
InvalidInterface - exception com.beasys.TobjS.InvalidInterface.
Indicates that the specified interface_name is null.
InvalidInterface() - Constructor for class com.beasys.TobjS.InvalidInterface
This is the constructor for the class.
InvalidName - exception com.beasys.Tobj.InvalidName.
Raised if an incorrect parameter is passed while invoking the com.beasys.Tobj_Bootstrap.resolve_initial_references method.
InvalidName - exception com.beasys.TobjS.InvalidName.
Raised if id is not one of the four names allowed (see id parameter).
InvalidName() - Constructor for class com.beasys.Tobj.InvalidName
This is the constructor for the class.
InvalidName() - Constructor for class com.beasys.TobjS.InvalidName
This is the constructor for the class.
InvalidObject - exception com.beasys.TobjS.InvalidObject.
Indicates that the factory value is null.
InvalidObject() - Constructor for class com.beasys.TobjS.InvalidObject
This is the constructor for the class.
InvalidObjectId - exception com.beasys.TobjS.InvalidObjectId.
Indicates that the specified stroid is null.
InvalidObjectId() - Constructor for class com.beasys.TobjS.InvalidObjectId
This is the constructor for the class.
InvalidServant - exception com.beasys.TobjS.InvalidServant.
The servant is invalid.
InvalidServant() - Constructor for class com.beasys.TobjS.InvalidServant
This is the constructor for the class.
InvalidTransactionException - exception javax.transaction.InvalidTransactionException.
 
InvalidTransactionException() - Constructor for class javax.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for class javax.transaction.InvalidTransactionException
 
invocation_options_required() - Method in interface org.omg.SecurityLevel2.Credentials
 
invocation_options_required(short) - Method in interface org.omg.SecurityLevel2.Credentials
 
invocation_options_supported() - Method in interface org.omg.SecurityLevel2.Credentials
 
invocation_options_supported(short) - Method in interface org.omg.SecurityLevel2.Credentials
 
is_valid(UtcTHolder) - Method in interface org.omg.SecurityLevel2.Credentials
Checks status of credentials.

J

javax.transaction - package javax.transaction
 

L

less_than(LName) - Method in class com.beasys.Tobj.LName
Tests for the order of a library name in relation to the library name specified by lnp.
list_factories() - Method in interface com.beasys.Tobj.FactoryFinder
Lists all of the application factory names and object references.
LName - class com.beasys.Tobj.LName.
This class implements the names library in CosNaming.
LNameComponent - class com.beasys.Tobj.LNameComponent.
This class implements the names library in CosNaming.
logoff() - Method in interface com.beasys.Tobj.PrincipalAuthenticator
Discards the M3 client authentication context, but does not close the network connections to the M3 domain.
logon(String, String, String, String, byte[]) - Method in interface com.beasys.Tobj.PrincipalAuthenticator
Authenticates the client.

N

NilObject - exception com.beasys.TobjS.NilObject.
Indicates that the method was invoked outside the scope of an application's CORBA object execution.
NilObject() - Constructor for class com.beasys.TobjS.NilObject
This is the constructor for the class.
NilObject(String) - Constructor for class com.beasys.TobjS.NilObject
This is the constructor for the class.
NoComponent - exception com.beasys.Tobj.NoComponent.
The library name component is undefined.
NoComponent() - Constructor for class com.beasys.Tobj.NoComponent
This is the constructor for the class.
NoComponent(String) - Constructor for class com.beasys.Tobj.NoComponent
This is the constructor for the class.
NoDelegation - interface org.omg.Security.NoDelegation.
 
NoProtection - interface org.omg.Security.NoProtection.
 
NoSuchElement - exception com.beasys.TobjS.NoSuchElement.
The specified element cannot be located.
NoSuchElement() - Constructor for class com.beasys.TobjS.NoSuchElement
This is the constructor for the class.
NotFound - exception com.beasys.TobjS.NotFound.
An element was not found.
NotFound() - Constructor for class com.beasys.TobjS.NotFound
This is the constructor for the class.
NotImplemented - exception com.beasys.Tobj.NotImplemented.
This exception is raised if a client application invokes a method on an object that has not been implemented.
NotImplemented() - Constructor for class com.beasys.Tobj.NotImplemented
 
NotInRequest - exception com.beasys.BEAWrapper.NotInRequest.
 
NotInRequest() - Constructor for class com.beasys.BEAWrapper.NotInRequest
 
NoTransaction - exception org.omg.CosTransactions.NoTransaction.
This exception is raised for the Current interface commit, rollback, and rollback_only methods if there is no transaction associated with the client thread.
NoTransaction() - Constructor for class org.omg.CosTransactions.NoTransaction
This is the constructor for the class.
NotSet - exception com.beasys.Tobj.NotSet.
The identifier or kind attribute of the library name component is not set.
NotSet() - Constructor for class com.beasys.Tobj.NotSet
This is the constructor for the class.
NotSet(String) - Constructor for class com.beasys.Tobj.NotSet
This is the constructor for the class.
NotSupportedException - exception javax.transaction.NotSupportedException.
 
NotSupportedException() - Constructor for class javax.transaction.NotSupportedException
 
NotSupportedException(String) - Constructor for class javax.transaction.NotSupportedException
 
num_components() - Method in class com.beasys.Tobj.LName
Returns the number of components in a library name.

O

ObjectAlreadyActive - exception com.beasys.BEAWrapper.ObjectAlreadyActive.
 
ObjectAlreadyActive() - Constructor for class com.beasys.BEAWrapper.ObjectAlreadyActive
 
open_xa_rm() - Method in interface com.beasys.Tobj.TransactionCurrent
This method opens the XA resource manager to which this process is linked.
open_xa_rm() - Static method in class com.beasys.Tobj.TP
Opens the XA resource manager to which the invoking process is linked.
orb() - Static method in class com.beasys.Tobj.TP
Returns an ORB object.
OrbProblem - exception com.beasys.TobjS.OrbProblem.
A problem exists with the Object Request Broker (ORB).
OrbProblem() - Constructor for class com.beasys.TobjS.OrbProblem
This is the constructor for the class.
OrbSecurityCurrentImpl - class com.beasys.Tobj.OrbSecurityCurrentImpl.
 
OrbSecurityCurrentImpl(ORB, boolean) - Constructor for class com.beasys.Tobj.OrbSecurityCurrentImpl
 
org.omg.CosTransactions - package org.omg.CosTransactions
 
org.omg.Security - package org.omg.Security
 
org.omg.SecurityLevel1 - package org.omg.SecurityLevel1
 
org.omg.SecurityLevel2 - package org.omg.SecurityLevel2
 
OutOfMemory - exception com.beasys.TobjS.OutOfMemory.
The server process ran out of memory.
OutOfMemory() - Constructor for class com.beasys.TobjS.OutOfMemory
This is the constructor for the class.
OverFlow - exception com.beasys.Tobj.OverFlow.
The library cannot allocate resources for the inserted components.
OverFlow - exception com.beasys.TobjS.OverFlow.
Indicates that the id string is longer than 128 bytes (currently the maximum allowable length).
OverFlow() - Constructor for class com.beasys.Tobj.OverFlow
This is the constructor for the class.
OverFlow() - Constructor for class com.beasys.TobjS.OverFlow
This is the constructor for the class.
OverFlow(String) - Constructor for class com.beasys.Tobj.OverFlow
This is the constructor for the class.

P

PoolControlImpl - class com.beasys.Tobj.PoolControlImpl.
PoolControlImpl implements Control interface.
principal_authenticator() - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
principal_authenticator() - Method in interface org.omg.SecurityLevel2.Current
Returns the PrincipalAuthenticator object.
PrincipalAuthenticator - interface com.beasys.Tobj.PrincipalAuthenticator.
The PrincipalAuthenticator interface is used to log on to and log off of the M3 domain.
PrincipalAuthenticator - interface org.omg.SecurityLevel2.PrincipalAuthenticator.
 

R

read(InputStream) - Static method in class org.omg.Security.AssociationOptionsHelper
 
reason - Variable in class com.beasys.TobjS.NilObject
Provides descriptive information about the exception.
reason - Variable in class com.beasys.TobjS.InitializeFailed
Provides more descriptive information about the exception.
reason - Variable in class com.beasys.TobjS.ReleaseFailed
Provides descriptive information about the exception.
reason - Variable in class com.beasys.TobjS.DeactivateObjectFailed
Provides descriptive information about the exception.
reason - Variable in class com.beasys.TobjS.CreateServantFailed
Provides descriptive information about the exception.
reason - Variable in class com.beasys.TobjS.ActivateObjectFailed
Provides descriptive information about the exception.
register_callback_port(Object) - Method in class com.beasys.Tobj_Bootstrap
Registers the joint client/server listening port in the IIOP Server Handler (ISH).
register_factory(Object, String) - Static method in class com.beasys.Tobj.TP
Locates the WLE FactoryFinder object and registers an WLE factory.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
 
RegistrarNotAvailable - exception com.beasys.Tobj.RegistrarNotAvailable.
This exception is raised if the FactoryFinder object cannot locate the CORBAservices Naming Service object.
RegistrarNotAvailable - exception com.beasys.TobjS.RegistrarNotAvailable.
Indicates that the FactoryFinder Registrar object cannot locate the CORBAservices Naming Service object.
RegistrarNotAvailable() - Constructor for class com.beasys.Tobj.RegistrarNotAvailable
This is the constructor for the class.
RegistrarNotAvailable() - Constructor for class com.beasys.TobjS.RegistrarNotAvailable
This is the constructor for the class.
release() - Method in class com.beasys.Tobj.Server
Allows the application to perform any application-specific cleanup, such as logging off a database, unregistering well-known factories, or deallocating resources.
ReleaseFailed - exception com.beasys.TobjS.ReleaseFailed.
The execution of the com.beasys.Tobj.Server.release method on the server implementation class failed.
ReleaseFailed() - Constructor for class com.beasys.TobjS.ReleaseFailed
This is the constructor for the class.
ReleaseFailed(String) - Constructor for class com.beasys.TobjS.ReleaseFailed
This is the constructor for the class.
resolve_initial_references(String) - Method in class com.beasys.Tobj_Bootstrap
Acquires CORBA object references for the FactoryFinder, SecurityCurrent, TransactionCurrent, NotificationService, Tobj_SimpleEventsService, and InterfaceRepository objects.
resolve_initial_references(String) - Method in class com.beasys.Tobj_BootstrapPool
 
restart_persistent_systemid(ObjectImpl, String, String) - Method in class com.beasys.BEAWrapper.Callbacks
Performs the following actions:
resume(Control) - Method in interface org.omg.CosTransactions.Current
If the parameter is a valid object reference in the current execution environment, the client thread becomes associated with that transaction (in place of any previous transaction).
resume(Transaction) - Method in interface javax.transaction.TransactionManager
 
RMfailed - exception com.beasys.Tobj.RMfailed.
The corresponding call to the tx_open() or tx_close() function failed.
RMfailed() - Constructor for class com.beasys.Tobj.RMfailed
This is the constructor for the class.
rollback_only() - Method in interface org.omg.CosTransactions.Current
If there is a transaction associated with the client thread, it is modified so that the only possible outcome is to roll back the transaction.
rollback() - Method in interface javax.transaction.Transaction
 
rollback() - Method in interface javax.transaction.UserTransaction
Roll back the transaction associated with the current thread.
rollback() - Method in interface javax.transaction.TransactionManager
 
rollback() - Method in interface org.omg.CosTransactions.Current
Rolls back the current transaction.
RollbackException - exception javax.transaction.RollbackException.
 
RollbackException() - Constructor for class javax.transaction.RollbackException
 
RollbackException(String) - Constructor for class javax.transaction.RollbackException
 

S

SecAuthContinue - Static variable in class org.omg.Security.AuthenticationStatus
Not used in the M3 system.
SecAuthExpired - Static variable in class org.omg.Security.AuthenticationStatus
Not used in the M3 system.
SecAuthFailure - Static variable in class org.omg.Security.AuthenticationStatus
The authentication failed, or the client was already authenticated and did not invoke com.beasys.Tobj.PrincipalAuthenticator.logoff() or com.beasys.Tobj_Bootstrap.destroy_current().
SecAuthSuccess - Static variable in class org.omg.Security.AuthenticationStatus
The authentication succeeded.
ServantAlreadyActive - exception com.beasys.BEAWrapper.ServantAlreadyActive.
 
ServantAlreadyActive() - Constructor for class com.beasys.BEAWrapper.ServantAlreadyActive
 
Server - class com.beasys.Tobj.Server.
Provides callback methods that can be used for application-specific server initialization and termination logic.
Server() - Constructor for class com.beasys.Tobj.Server
 
set_credentials(CredentialType, Credentials) - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
set_credentials(CredentialType, Credentials) - Method in interface org.omg.SecurityLevel2.Current
Sets credentials type.
set_id(String) - Method in class com.beasys.Tobj.LNameComponent
Sets the identifier attribute of the LName component to the string argument.
set_kind(String) - Method in class com.beasys.Tobj.LNameComponent
Sets the kind attribute of the LName component to the string argument.
set_timeout(int) - Method in interface org.omg.CosTransactions.Current
This method modifies a state variable associated with the target object that affects the time-out period associated with transactions created by subsequent invocations of the begin method.
setRollbackOnly() - Method in interface javax.transaction.Transaction
 
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
 
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
Modify the value of the timeout value that is associated with the transactions started by the current thread with the begin method.
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
 
SimpleDelegation - interface org.omg.Security.SimpleDelegation.
 
start_persistent_systemid(ObjectImpl, String, StringHolder) - Method in class com.beasys.BEAWrapper.Callbacks
Performs the following actions:
start_persistent_userid(ObjectImpl, String, String) - Method in class com.beasys.BEAWrapper.Callbacks
Performs the following actions:
start_transient(ObjectImpl, String) - Method in class com.beasys.BEAWrapper.Callbacks
Performs the following actions:
Status - interface javax.transaction.Status.
 
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
 
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
 
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
 
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
 
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
 
STATUS_PREPARED - Static variable in interface javax.transaction.Status
 
STATUS_PREPARING - Static variable in interface javax.transaction.Status
 
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
 
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
 
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
 
stop_all_objects() - Method in class com.beasys.BEAWrapper.Callbacks
Tells the ORB to stop accepting requests on all servants, if any, that have been set up in this Java VM.
stop_object(ObjectImpl) - Method in class com.beasys.BEAWrapper.Callbacks
Tells the ORB to stop accepting requests on the given servant.
SubtransactionsUnavailable - exception org.omg.CosTransactions.SubtransactionsUnavailable.
This exception is raised for the Current interface begin method if the client already has an associated transaction and the Transaction Service implementation does not support nested transactions.
SubtransactionsUnavailable() - Constructor for class org.omg.CosTransactions.SubtransactionsUnavailable
This is the constructor for the class.
suspend() - Method in interface javax.transaction.TransactionManager
 
suspend() - Method in interface org.omg.CosTransactions.Current
If in a proper context with a transaction not marked ROLLEDBACK, an object is returned that represents the transaction context currently associated with the client thread.
Synchronization - interface javax.transaction.Synchronization.
 
SystemException - exception javax.transaction.SystemException.
 
SystemException() - Constructor for class javax.transaction.SystemException
 
SystemException(int) - Constructor for class javax.transaction.SystemException
 
SystemException(String) - Constructor for class javax.transaction.SystemException
 

T

TMFAIL - Static variable in interface javax.transaction.Transaction
 
TMSUCCESS - Static variable in interface javax.transaction.Transaction
 
TMSUSPEND - Static variable in interface javax.transaction.Transaction
 
to_idl_form() - Method in class com.beasys.Tobj.LName
Produces a structure that can be passed across the IDL request.
TOBJ_APPAUTH - Static variable in class com.beasys.Tobj.AuthType
The client must provide information in addition to that which is required by TOBJ_SYSAUTH.
Tobj_Bootstrap - class com.beasys.Tobj_Bootstrap.
Tobj_Bootstrap is the only class visible to the user.
Tobj_Bootstrap(ORB, String) - Constructor for class com.beasys.Tobj_Bootstrap
This class creates the Bootstrap object for applications.
Tobj_Bootstrap(ORB, String, Applet) - Constructor for class com.beasys.Tobj_Bootstrap
This class creates the Bootstrap object for applets.
Tobj_BootstrapPool - class com.beasys.Tobj_BootstrapPool.
Tobj_BootstrapPool implements the M3 bootstrap API.
Tobj_BootstrapPool(ConnectionPoolImpl) - Constructor for class com.beasys.Tobj_BootstrapPool
 
TOBJ_NOAUTH - Static variable in class com.beasys.Tobj.AuthType
No authentication is needed; however, the client can still authenticate itself, and must specify a user name and a client name, but no password.
Tobj_Servant - class com.beasys.Tobj_Servant.
The Tobj_Servant interface defines operations that allow a CORBA object to assist in the management of its state.
Tobj_Servant() - Constructor for class com.beasys.Tobj_Servant
 
TOBJ_SYSAUTH - Static variable in class com.beasys.Tobj.AuthType
The client must authenticate itself to the M3 domain, and must specify a user name, client name, and client application password.
toString() - Method in class com.beasys.Tobj.PoolControlImpl
 
toString() - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
TP - class com.beasys.Tobj.TP.
Supplies a set of service methods that can be invoked by application code.
TP() - Constructor for class com.beasys.Tobj.TP
 
Transaction - interface javax.transaction.Transaction.
 
TransactionCurrent - interface com.beasys.Tobj.TransactionCurrent.
The TransactionCurrent interface supports all the methods of the Current interface in the CosTransactions module, as described in the previous section.
TransactionManager - interface javax.transaction.TransactionManager.
 
type() - Static method in class org.omg.Security.AssociationOptionsHelper
 

U

Unavailable - exception org.omg.CosTransactions.Unavailable.
This exception is raised for the Control interface get_terminator and get_coordinator methods if the Control cannot provide the requested object.
Unavailable() - Constructor for class org.omg.CosTransactions.Unavailable
This is the constructor for the class.
UnknownInterface - exception com.beasys.TobjS.UnknownInterface.
The execution of the com.beasys.Tobj.TP.create_object_reference method has failed because an unknown interface ID is specified in the request for an object.
UnknownInterface() - Constructor for class com.beasys.TobjS.UnknownInterface
This is the constructor for the class.
unregister_factory(Object, String) - Static method in class com.beasys.Tobj.TP
Locates the WLE FactoryFinder object and removes an WLE factory.
userlog(String) - Static method in class com.beasys.Tobj.TP
Writes a message to the user log (ULOG) file.
UserTransaction - interface javax.transaction.UserTransaction.
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.

V

valid() - Method in class com.beasys.Tobj.OrbSecurityCurrentImpl
 
value - Static variable in interface com.beasys.Tobj.CertificateBased
 
value - Static variable in interface org.omg.Security.EstablishTrustInTarget
 
value - Static variable in interface org.omg.Security.Integrity
 
value - Static variable in interface org.omg.Security.NoProtection
 
value - Static variable in interface org.omg.Security.DetectMisordering
 
value - Static variable in interface org.omg.Security.SimpleDelegation
 
value - Static variable in interface org.omg.Security.CompositeDelegation
 
value - Static variable in interface org.omg.Security.DetectReplay
 
value - Static variable in interface org.omg.Security.Confidentiality
 
value - Static variable in interface org.omg.Security.EstablishTrustInClient
 
value - Static variable in interface org.omg.Security.NoDelegation
 

W

write(OutputStream, short) - Static method in class org.omg.Security.AssociationOptionsHelper
 

_

_SecAuthContinue - Static variable in class org.omg.Security.AuthenticationStatus
The authentication succeeded.
_SecAuthExpired - Static variable in class org.omg.Security.AuthenticationStatus
The authentication succeeded.
_SecAuthFailure - Static variable in class org.omg.Security.AuthenticationStatus
The authentication succeeded.
_SecAuthSuccess - Static variable in class org.omg.Security.AuthenticationStatus
The authentication succeeded.

A B C D E F G H I J L N O P R S T U V W _