public class SubscriptionQuery
extends java.lang.Object
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 45920 2007-07-30 HDMPL v6.1 release 51619.1 2008-07-14 HDMPL v7 release: Deprecated
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
copyright
Deprecated.
IBM Copyright
|
protected static java.lang.String |
sccsid
Deprecated.
Version information
|
Modifier and Type | Method and Description |
---|---|
SubscriptionsProxy |
executeQuery()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
int |
getQueryLimit()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
|
void |
setBytes(java.lang.String parameterName,
byte[] bytes)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
|
void |
setDate(java.lang.String parameterName,
java.util.GregorianCalendar date)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
|
void |
setQueryLimit(int queryLimit)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
|
void |
setString(java.lang.String parameterName,
java.lang.String string)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
|
protected static final java.lang.String copyright
protected static final java.lang.String sccsid
public void setQueryLimit(int queryLimit)
public void setString(java.lang.String parameterName, java.lang.String string)
public void setBytes(java.lang.String parameterName, byte[] bytes)
public void setDate(java.lang.String parameterName, java.util.GregorianCalendar date)
public SubscriptionsProxy executeQuery() throws ConfigManagerProxyLoggedException, ConfigManagerProxyPropertyNotInitializedException
public int getQueryLimit()