public class SubscriptionMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_LOG_HIERARCHY |
static String |
CREATE_LOG_HIERARCHY |
static String |
STATE_LOG_HIERARCHY |
static String |
SUBSCRIPTION_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSE()
Log a Subscription message of the Format:
|
static LogMessage |
CREATE(String param1,
boolean opt1,
boolean opt2)
Log a Subscription message of the Format:
|
static LogMessage |
STATE(Number param1)
Log a Subscription message of the Format:
|
public static final String SUBSCRIPTION_LOG_HIERARCHY
public static final String STATE_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static LogMessage STATE(Number param1)
SUB-1003 : Suspended for {0,number} msOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE(String param1, boolean opt1, boolean opt2)
SUB-1001 : Create[ : Durable][ : Arguments : {0}]Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
SUB-1002 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.