当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
BatchInvalidation (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.cache.invalidation
Class BatchInvalidation
java.lang.Object
org.jboss.cache.invalidation.BatchInvalidation
- All Implemented Interfaces:
- Serializable
- public class BatchInvalidation
- extends Object
- implements Serializable
Structure that contains keys to be invalidated and the name of the group
on which these invalidation must be performed.
- Version:
- $Revision: 1.2 $
Revisions:
24 septembre 2002 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
InvalidationManagerMBean
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ids
protected Serializable[] ids
invalidationGroupName
protected String invalidationGroupName
BatchInvalidation
public BatchInvalidation()
BatchInvalidation
public BatchInvalidation(Serializable[] ids,
String invalidationGroupName)
getIds
public Serializable[] getIds()
setIds
public void setIds(Serializable[] ids)
getInvalidationGroupName
public String getInvalidationGroupName()
setInvalidationGroupName
public void setInvalidationGroupName(String invalidationGroupName)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.