org.asyrinx.joey.om.agent.impl
クラス AgentAssociationImpl
java.lang.Object
org.asyrinx.joey.om.agent.impl.AgentAssociationImpl
- すべての実装インタフェース:
- AgentAssociation
- public class AgentAssociationImpl
- extends java.lang.Object
- implements AgentAssociation
- 作成者:
- akima
メソッドの概要 |
void |
addLoaded(java.io.Serializable key,
java.lang.Object entity)
|
void |
addUsingAgent(java.lang.Class agentClass)
|
boolean |
canUseAgent(java.lang.Object agent)
|
void |
clearLoaded()
|
java.lang.Object |
getLoaded(java.io.Serializable key,
java.lang.Class entityClass)
|
boolean |
isLoaded(java.lang.Object entity)
|
boolean |
isLoaded(java.io.Serializable key,
java.lang.Class entityClass)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentAssociationImpl
public AgentAssociationImpl()
addUsingAgent
public void addUsingAgent(java.lang.Class agentClass)
- 定義:
- インタフェース
AgentAssociation
内の addUsingAgent
canUseAgent
public boolean canUseAgent(java.lang.Object agent)
- 定義:
- インタフェース
AgentAssociation
内の canUseAgent
addLoaded
public void addLoaded(java.io.Serializable key,
java.lang.Object entity)
- 定義:
- インタフェース
AgentAssociation
内の addLoaded
isLoaded
public boolean isLoaded(java.lang.Object entity)
- 定義:
- インタフェース
AgentAssociation
内の isLoaded
isLoaded
public boolean isLoaded(java.io.Serializable key,
java.lang.Class entityClass)
- 定義:
- インタフェース
AgentAssociation
内の isLoaded
getLoaded
public java.lang.Object getLoaded(java.io.Serializable key,
java.lang.Class entityClass)
- 定義:
- インタフェース
AgentAssociation
内の getLoaded
clearLoaded
public void clearLoaded()
- 定義:
- インタフェース
AgentAssociation
内の clearLoaded
Copyright © 2004 asyrinx organization. All Rights Reserved.