站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Sequence.Key - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.framework.portlet
Class Sequence.Key

java.lang.Object
  extended byorg.jboss.portal.test.framework.portlet.Sequence.Key
Enclosing class:
Sequence

private static class Sequence.Key
extends java.lang.Object


Field Summary
private  Joinpoint joinpoint
           
private  NodeId nodeId
           
private  int requestCount
           
 
Constructor Summary
Sequence.Key(int requestCount, NodeId nodeId, Joinpoint joinpoint)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestCount

private final int requestCount

nodeId

private final NodeId nodeId

joinpoint

private final Joinpoint joinpoint
Constructor Detail

Sequence.Key

public Sequence.Key(int requestCount,
                    NodeId nodeId,
                    Joinpoint joinpoint)
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()