Tabnine Logo
TxContextImple.isSecure
Code IndexAdd Tabnine to your IDE (free)

How to use
isSecure
method
in
com.arjuna.mwlabs.wst11.ba.context.TxContextImple

Best Java code snippets using com.arjuna.mwlabs.wst11.ba.context.TxContextImple.isSecure (Showing top 9 results out of 315)

origin: org.jboss.jbossts.xts/jbossxts

private W3CEndpointReference getTerminationCoordinator(final TxContextImple ctx)
  throws SystemException
{
  final CoordinationContextType coordinationContext = ctx.context().getCoordinationContext() ;
  final String messageId = MessageId.getMessageId() ;
  try
  {
    return RegistrationCoordinator.register(coordinationContext, messageId,
      getParticipantProtocolService(ctx.identifier(), ctx.isSecure()), com.arjuna.webservices.wsarjtx.ArjunaTXConstants.WSARJTX_PROTOCOL_TERMINATION) ;
  }
  catch (final Throwable th)
  {
    throw new SystemException(wstxLogger.i18NLogger.get_mwlabs_wst11_ba_remote_UserBusinessActivityImple_3());
  }
}
origin: org.jboss.jbossts.xts/wstx11

private W3CEndpointReference getTerminationCoordinator(final TxContextImple ctx)
  throws SystemException
{
  final CoordinationContextType coordinationContext = ctx.context().getCoordinationContext() ;
  final String messageId = MessageId.getMessageId() ;
  try
  {
    return RegistrationCoordinator.register(coordinationContext, messageId,
      getParticipantProtocolService(ctx.identifier(), ctx.isSecure()), com.arjuna.webservices.wsarjtx.ArjunaTXConstants.WSARJTX_PROTOCOL_TERMINATION) ;
  }
  catch (final Throwable th)
  {
    throw new SystemException(wstxLogger.i18NLogger.get_mwlabs_wst11_ba_remote_UserBusinessActivityImple_3());
  }
}
origin: org.jboss.jbossts/jbossxts

private W3CEndpointReference getTerminationCoordinator(final TxContextImple ctx)
  throws SystemException
{
  final CoordinationContextType coordinationContext = ctx.context().getCoordinationContext() ;
  final String messageId = MessageId.getMessageId() ;
  try
  {
    return RegistrationCoordinator.register(coordinationContext, messageId,
      getParticipantProtocolService(ctx.identifier(), ctx.isSecure()), com.arjuna.webservices.wsarjtx.ArjunaTXConstants.WSARJTX_PROTOCOL_TERMINATION) ;
  }
  catch (final Throwable th)
  {
    throw new SystemException(wstxLogger.i18NLogger.get_mwlabs_wst11_ba_remote_UserBusinessActivityImple_3());
  }
}
origin: org.jboss.jbossts.xts/wstx11

try
  boolean isSecure = ((TxContextImple)currentTransaction()).isSecure();
  final String address = ServiceRegistry.getRegistry().getServiceURI(BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_SERVICE_NAME, isSecure);
  final W3CEndpointReference participant = getParticipant(service, endpoint, address, id) ;
origin: org.jboss.jbossts.xts/jbossxts

try
  boolean isSecure = ((TxContextImple)currentTransaction()).isSecure();
  final String address = ServiceRegistry.getRegistry().getServiceURI(BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_SERVICE_NAME, isSecure);
  final W3CEndpointReference participant = getParticipant(service, endpoint, address, id) ;
origin: org.jboss.jbossts/jbossxts

try
  boolean isSecure = ((TxContextImple)currentTransaction()).isSecure();
  final String address = ServiceRegistry.getRegistry().getServiceURI(BusinessActivityConstants.PARTICIPANT_COMPLETION_PARTICIPANT_SERVICE_NAME, isSecure);
  final W3CEndpointReference participant = getParticipant(service, endpoint, address, id) ;
origin: org.jboss.jbossts.xts/wstx11

boolean isSecure = ((TxContextImple)currentTransaction()).isSecure();
try
origin: org.jboss.jbossts.xts/jbossxts

boolean isSecure = ((TxContextImple)currentTransaction()).isSecure();
try
origin: org.jboss.jbossts/jbossxts

boolean isSecure = ((TxContextImple)currentTransaction()).isSecure();
try
com.arjuna.mwlabs.wst11.ba.contextTxContextImpleisSecure

Popular methods of TxContextImple

  • <init>
  • context
  • identifier
  • valid

Popular in Java

  • Updating database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • getSupportFragmentManager (FragmentActivity)
  • onRequestPermissionsResult (Fragment)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Path (java.nio.file)
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Notification (javax.management)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now