tapestry.ptr.api
Class RemovePtrMsg
java.lang.Object
|
+--tapestry.ptr.api.RemovePtrMsg
- All Implemented Interfaces:
- QueueElementIF
- public class RemovePtrMsg
- extends Object
- implements QueueElementIF
Instructs the pointer manager stage to remove the pointers for given
guid / publish info pairs. Removes the guid from *ALL* levels it is
registered under.
- Version:
- $Id: RemovePtrMsg.java,v 1.1.1.1 2004/03/26 19:57:10 hweather Exp $
- Author:
- Jeremy Stribling
objguids
public SecureHash[] objguids
pinfos
public PublishInfo[] pinfos
root
public boolean[] root
userData
public Object userData
sink
public SinkIF sink
RemovePtrMsg
public RemovePtrMsg(SecureHash[] objguids,
PublishInfo[] pinfos,
boolean[] root,
Object userData,
SinkIF sink)
RemovePtrMsg
public RemovePtrMsg(SecureHash objguid,
PublishInfo pinfo,
boolean root,
Object userData,
SinkIF sink)
toString
public String toString()
- Overrides:
toString
in class Object