org.seasar.framework.container.deployer
クラス AbstractInstanceDef
java.lang.Object
org.seasar.framework.container.deployer.AbstractInstanceDef
- すべての実装インタフェース:
- InstanceDef
- 直系の既知のサブクラス:
- InstanceApplicationDef, InstanceOuterDef, InstancePrototypeDef, InstanceRequestDef, InstanceSessionDef, InstanceSingletonDef
- public abstract class AbstractInstanceDef
- extends Object
- implements InstanceDef
InstanceDef
の抽象クラスです。
- 作成者:
- higa
AbstractInstanceDef
protected AbstractInstanceDef(String name)
getName
public String getName()
- インタフェース
InstanceDef
の記述:
- インスタンス定義の文字列表現を返します。
- 定義:
- インタフェース
InstanceDef
内の getName
- 戻り値:
- インスタンス定義を表す文字列
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.