com.ptc.netmarkets.nmixb
Class SubscriptionsCopyHelper.SubHolder
java.lang.Object
com.ptc.netmarkets.nmixb.SubscriptionsCopyHelper.SubHolder
- Enclosing class:
- SubscriptionsCopyHelper
- static class SubscriptionsCopyHelper.SubHolder
- extends Object
This class holds a map of the subscriptions and the vector of their subscribes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxyMap
private Map proxyMap
isTarget
private boolean isTarget
copier
WorklistDrivenCopier copier
SubscriptionsCopyHelper.SubHolder
private SubscriptionsCopyHelper.SubHolder()
SubscriptionsCopyHelper.SubHolder
public SubscriptionsCopyHelper.SubHolder(List allSubs,
boolean isTarget,
WorklistDrivenCopier a_copier,
boolean doUsers)
throws WTException
skipMe
private boolean skipMe(ObjectSubscription sub)
sourceContains
public boolean sourceContains(SubscriptionsCopyHelper.SubscrProxy targetProxy)
throws WTException
- Throws:
WTException
targetContains
public boolean targetContains(SubscriptionsCopyHelper.SubscrProxy sourceProxy)
throws WTException
- Throws:
WTException
remove
public void remove(Object key)
remove
public void remove(String oidKey)
getKeys
public Object[] getKeys()
getProxy
public SubscriptionsCopyHelper.SubscrProxy getProxy(Object key)