Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee
Class WseeSenderLogger

java.lang.Object
  extended by weblogic.wsee.BaseMessages
      extended by weblogic.wsee.WseeSenderLogger

public class WseeSenderLogger
extends BaseMessages

* Copyright (c) 2012,2013, Oracle and/or its affiliates. All rights reserved.


Method Summary
static BaseMessages getInstance()
           
static void logConversationCancelled(String arg0)
          The conversation ({0}) has been cancelled.
static String logConversationCancelledLoggable(String arg0)
           
static void logConversationExists(String arg0)
          The conversation with the given name ({0}) already exists, and cannot be added again.
static String logConversationExistsLoggable(String arg0)
           
static void logConversationNotFound(String arg0)
          The conversation with the given name ({0}) could not be found.
static String logConversationNotFoundLoggable(String arg0)
           
static void logSendRequestNotFound(String arg0)
          The request with the given message ID ({0}) could not be found.
static String logSendRequestNotFoundLoggable(String arg0)
           
static void logSendRequestWithSeqNumNotFound(String arg0, long arg1)
          The request with the given conversation name ({0}) and sequence number ({1}) could not be found.
static String logSendRequestWithSeqNumNotFoundLoggable(String arg0, long arg1)
           
static void logUnexpectedException(String arg0, Throwable arg1)
          An unexpected error occurred: {0}
static String logUnexpectedExceptionLoggable(String arg0, Throwable arg1)
           
 
Methods inherited from class weblogic.wsee.BaseMessages
getCurrentMethod, getCurrentMethod, getKeyFromMethod, getLogger, getString, getString, isLoggable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BaseMessages getInstance()

logUnexpectedException

public static void logUnexpectedException(String arg0,
                                          Throwable arg1)
An unexpected error occurred: {0}


logUnexpectedExceptionLoggable

public static String logUnexpectedExceptionLoggable(String arg0,
                                                    Throwable arg1)

logConversationExists

public static void logConversationExists(String arg0)
The conversation with the given name ({0}) already exists, and cannot be added again.


logConversationExistsLoggable

public static String logConversationExistsLoggable(String arg0)

logConversationNotFound

public static void logConversationNotFound(String arg0)
The conversation with the given name ({0}) could not be found.


logConversationNotFoundLoggable

public static String logConversationNotFoundLoggable(String arg0)

logSendRequestNotFound

public static void logSendRequestNotFound(String arg0)
The request with the given message ID ({0}) could not be found.


logSendRequestNotFoundLoggable

public static String logSendRequestNotFoundLoggable(String arg0)

logSendRequestWithSeqNumNotFound

public static void logSendRequestWithSeqNumNotFound(String arg0,
                                                    long arg1)
The request with the given conversation name ({0}) and sequence number ({1}) could not be found.


logSendRequestWithSeqNumNotFoundLoggable

public static String logSendRequestWithSeqNumNotFoundLoggable(String arg0,
                                                              long arg1)

logConversationCancelled

public static void logConversationCancelled(String arg0)
The conversation ({0}) has been cancelled.


logConversationCancelledLoggable

public static String logConversationCancelledLoggable(String arg0)

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01