public class GetSubscriptions extends java.lang.Object implements RegistryObject, Subscribe
Constructor and Description |
---|
GetSubscriptions() |
Modifier and Type | Method and Description |
---|---|
void |
addSubscriptionKey(java.lang.String key)
Add a SubscriptionKey to the collection of SubscriptionKeys
|
void |
addSubscriptionKey(SubscriptionKey key)
Add a SubscriptionKey to the collection of SubscriptionKeys
|
AuthInfo |
getAuthInfo() |
java.lang.String |
getGeneric() |
java.util.Vector |
getSubscriptionKeyVector() |
void |
setAuthInfo(AuthInfo authInfo) |
void |
setGeneric(java.lang.String genericValue) |
void |
setSubscriptionKeyVector(java.util.Vector keys)
Sets the SubscriptionKey Vector
|
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
public java.util.Vector getSubscriptionKeyVector()
public void addSubscriptionKey(SubscriptionKey key)
key
- The new SubscriptionKey to addpublic void addSubscriptionKey(java.lang.String key)
key
- The new SubscriptionKey to add to the collection of SubscriptionKeyspublic void setSubscriptionKeyVector(java.util.Vector keys)
keys
- The new collection of SubscriptionKeysCopyright ? 2003 Apache Software Foundation. All rights reserved.