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

Part Number E27170-01

weblogic.wsee
Class WseePersistLogger

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

public class WseePersistLogger
extends BaseMessages

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


Method Summary
static BaseMessages getInstance()
           
static void logAttemptedClientIdReset(String arg0, String arg1)
          You cannot reset the ID on a ClientIdentityFeature.
static String logAttemptedClientIdResetLoggable(String arg0, String arg1)
           
static void logImproperBufferingQueueType(String arg0, String arg1, String arg2)
          Improper buffering queue type {0} with JNDI name {1} configured on logical store {2} .
static String logImproperBufferingQueueTypeLoggable(String arg0, String arg1, String arg2)
           
static void logLogicalStoreNotFound(String arg0)
          Logical store {0} not defined.
static String logLogicalStoreNotFoundLoggable(String arg0)
           
static void logNetworkStoreNotXA(String arg0)
          The store associated with the given store name ({0}) is slated for use across the network but is not an XA-capable store.
static String logNetworkStoreNotXALoggable(String arg0)
           
static void logStoreExists(String arg0, String arg1)
          A store instance with persistent store name {0} and connection name {1} already exists.
static String logStoreExistsLoggable(String arg0, String arg1)
           
static void logStoreNameNotSet()
          No store name provided, and persistence strategy is not LOCAL_ACCESS_ONLY.
static String logStoreNameNotSetLoggable()
           
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)

logStoreNameNotSet

public static void logStoreNameNotSet()
No store name provided, and persistence strategy is not LOCAL_ACCESS_ONLY. The SendingService cannot be created.


logStoreNameNotSetLoggable

public static String logStoreNameNotSetLoggable()

logNetworkStoreNotXA

public static void logNetworkStoreNotXA(String arg0)
The store associated with the given store name ({0}) is slated for use across the network but is not an XA-capable store. Please specify another store name or configure this store to be location independent (e.g. JDBC-based, etc.)


logNetworkStoreNotXALoggable

public static String logNetworkStoreNotXALoggable(String arg0)

logStoreExists

public static void logStoreExists(String arg0,
                                  String arg1)
A store instance with persistent store name {0} and connection name {1} already exists.


logStoreExistsLoggable

public static String logStoreExistsLoggable(String arg0,
                                            String arg1)

logLogicalStoreNotFound

public static void logLogicalStoreNotFound(String arg0)
Logical store {0} not defined.


logLogicalStoreNotFoundLoggable

public static String logLogicalStoreNotFoundLoggable(String arg0)

logAttemptedClientIdReset

public static void logAttemptedClientIdReset(String arg0,
                                             String arg1)
You cannot reset the ID on a ClientIdentityFeature. Existing ID {0} attempted new ID {1}


logAttemptedClientIdResetLoggable

public static String logAttemptedClientIdResetLoggable(String arg0,
                                                       String arg1)

logImproperBufferingQueueType

public static void logImproperBufferingQueueType(String arg0,
                                                 String arg1,
                                                 String arg2)
Improper buffering queue type {0} with JNDI name {1} configured on logical store {2} . You must use Uniform Distributed Queues or simple Queues with web services.


logImproperBufferingQueueTypeLoggable

public static String logImproperBufferingQueueTypeLoggable(String arg0,
                                                           String arg1,
                                                           String arg2)

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