congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
InstanceIdentifier.toString
Code IndexAdd Tabnine to your IDE (free)

How to use
toString
method
in
com.arjuna.webservices11.wsarj.InstanceIdentifier

Best Java code snippets using com.arjuna.webservices11.wsarj.InstanceIdentifier.toString (Showing top 20 results out of 315)

origin: org.jboss.jbossts.xts/ws-t11

WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_rollback_3(instanceIdentifier.toString());
WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_rollback_4(instanceIdentifier.toString());
WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_rollback_5(instanceIdentifier.toString());
WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_rollback_2(instanceIdentifier.toString());
sendAborted(map, arjunaContext);
origin: org.jboss.jbossts.xts/jbossxts

WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_prepared_2(instanceIdentifier.toString());
WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_prepared_3(instanceIdentifier.toString());
origin: org.jboss.jbossts/jbossxts

/**
 * Aborted.
 * @param aborted The aborted notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void aborted(final Notification aborted, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.aborted(aborted, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_aborted_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_aborted_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * Aborted.
 * @param aborted The aborted notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void aborted(final Notification aborted, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.aborted(aborted, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_aborted_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_aborted_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * Read only.
 * @param readOnly The read only notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void readOnly(final Notification readOnly, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.readOnly(readOnly, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * Aborted.
 * @param aborted The aborted notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void aborted(final Notification aborted, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.aborted(aborted, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_aborted_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_aborted_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * Committed.
 * @param committed The committed notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void committed(final Notification committed, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.committed(committed, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_committed_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_committed_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * Read only.
 * @param readOnly The read only notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void readOnly(final Notification readOnly, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.readOnly(readOnly, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * Committed.
 * @param committed The committed notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void committed(final Notification committed, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.committed(committed, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_committed_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_committed_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * Committed.
 * @param committed The committed notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void committed(final Notification committed, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.committed(committed, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_committed_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_committed_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * Read only.
 * @param readOnly The read only notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void readOnly(final Notification readOnly, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null) {
    try {
      coordinator.readOnly(readOnly, map, arjunaContext);
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_1(th);
    }
  } else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_readOnly_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * SOAP Fault.
 * @param fault The SOAP fault notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void soapFault(final SoapFault fault, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null)
  {
    try
    {
      coordinator.soapFault(fault, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * SOAP Fault.
 * @param fault The SOAP fault notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void soapFault(final SoapFault fault, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final ParticipantInboundEvents participant = getParticipant(instanceIdentifier) ;
  if (participant != null)
  {
    try
    {
      participant.soapFault(fault, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_soapFault_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_soapFault_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * SOAP Fault.
 * @param fault The SOAP fault notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void soapFault(final SoapFault fault, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null)
  {
    try
    {
      coordinator.soapFault(fault, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * SOAP Fault.
 * @param fault The SOAP fault notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void soapFault(final SoapFault fault, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final ParticipantInboundEvents participant = getParticipant(instanceIdentifier) ;
  if (participant != null)
  {
    try
    {
      participant.soapFault(fault, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_soapFault_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_soapFault_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * SOAP Fault.
 * @param fault The SOAP fault notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void soapFault(final SoapFault fault, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final CoordinatorInboundEvents coordinator = getCoordinator(instanceIdentifier) ;
  if (coordinator != null)
  {
    try
    {
      coordinator.soapFault(fault, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_CoordinatorProcessorImpl_soapFault_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * SOAP Fault.
 * @param fault The SOAP fault notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void soapFault(final SoapFault fault, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final ParticipantInboundEvents participant = getParticipant(instanceIdentifier) ;
  if (participant != null)
  {
    try
    {
      participant.soapFault(fault, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_soapFault_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_soapFault_2(instanceIdentifier.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * Prepare.
 * @param prepare The prepare notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void prepare(final Notification prepare, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final ParticipantInboundEvents participant = getParticipant(instanceIdentifier) ;
  if (participant != null)
  {
    try
    {
      participant.prepare(prepare, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_prepare_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_prepare_2(instanceIdentifier.toString());
    sendAborted(map, arjunaContext);
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * Prepare.
 * @param prepare The prepare notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void prepare(final Notification prepare, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final ParticipantInboundEvents participant = getParticipant(instanceIdentifier) ;
  if (participant != null)
  {
    try
    {
      participant.prepare(prepare, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_prepare_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_prepare_2(instanceIdentifier.toString());
    sendAborted(map, arjunaContext);
  }
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * Prepare.
 * @param prepare The prepare notification.
 * @param map The addressing context.
 * @param arjunaContext The arjuna context.
 *
 */
public void prepare(final Notification prepare, final MAP map,
  final ArjunaContext arjunaContext)
{
  final InstanceIdentifier instanceIdentifier = arjunaContext.getInstanceIdentifier() ;
  final ParticipantInboundEvents participant = getParticipant(instanceIdentifier) ;
  if (participant != null)
  {
    try
    {
      participant.prepare(prepare, map, arjunaContext) ;
    }
    catch (final Throwable th) {
      WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_prepare_1(th);
    }
  }
  else {
    WSTLogger.i18NLogger.warn_wst11_messaging_ParticipantProcessorImpl_prepare_2(instanceIdentifier.toString());
    sendAborted(map, arjunaContext);
  }
}
com.arjuna.webservices11.wsarjInstanceIdentifiertoString

Javadoc

Get a string representation of this instance identifier.

Popular methods of InstanceIdentifier

  • getInstanceIdentifier
    Get the instance identifier of this element.
  • <init>
    Construct an instance identifier with the specific identifier
  • createInstanceIdentifierElement
    Create a SOAPElement representing an InstanceIdentifier
  • setEndpointInstanceIdentifier
    Set the identifier on a WS Addressing endpoint reference under construction.
  • isValid
    Is the configuration of this element valid?

Popular in Java

  • Making http post requests using okhttp
  • getSharedPreferences (Context)
  • getExternalFilesDir (Context)
  • getApplicationContext (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • JFileChooser (javax.swing)
  • Top Sublime Text plugins
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