Woolpack API

woolpack.test.ee
クラス EETestUtils

java.lang.Object
  上位を拡張 woolpack.test.ee.EETestUtils

public final class EETestUtils
extends java.lang.Object

ユーティリティです。

作成者:
nakamura

メソッドの概要
static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> generateSession()
          HttpSession におけるHttpSessionBindingListenerの動作を模倣するConcurrentMapを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

generateSession

public static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> generateSession()
HttpSession におけるHttpSessionBindingListenerの動作を模倣するConcurrentMapを返します。 このクラスは LSP(The Liskov Substitution Principle) を満たしません。

戻り値:
HttpSession におけるHttpSessionBindingListenerの動作を模倣するConcurrentMap

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.