|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Agent
org.objectweb.joram.mom.dest.Destination
org.objectweb.joram.mom.dest.Topic
org.objectweb.joram.mom.dest.DistributionTopic
public class DistributionTopic
An DistributionTopic
agent is an agent hosting a
DistributionTopicImpl
.
Field Summary | |
---|---|
private static long |
serialVersionUID
define serialVersionUID for interoperability |
Fields inherited from class org.objectweb.joram.mom.dest.Destination |
---|
destImpl, logger, task |
Fields inherited from class fr.dyade.aaa.agent.Agent |
---|
emptyString, fixed, logmon |
Constructor Summary | |
---|---|
DistributionTopic()
Empty constructor for newInstance(). |
Method Summary | |
---|---|
void |
agentFinalize(boolean lastTime)
Finalizes the agent before it is garbaged. |
DestinationImpl |
createsImpl(AgentId adminId,
java.util.Properties prop)
Creates the DistributionTopicImpl . |
Methods inherited from class org.objectweb.joram.mom.dest.Topic |
---|
getType, react |
Methods inherited from class org.objectweb.joram.mom.dest.Destination |
---|
agentInitialize, getMBeanName, init, setFreeReading, setFreeWriting, setNoSave, setSave |
Methods inherited from class fr.dyade.aaa.agent.Agent |
---|
delete, delete, delete, deploy, deploy, getAgentId, getCommitTime, getId, getLogTopic, getName, getReactNb, getReactTime, isDeployed, isFixed, needToBeCommited, save, sendTo, sendTo, sendTo, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public DistributionTopic()
Method Detail |
---|
public DestinationImpl createsImpl(AgentId adminId, java.util.Properties prop) throws RequestException
DistributionTopicImpl
.
createsImpl
in class Topic
adminId
- Identifier of the topic administrator.prop
- The initial set of properties.
RequestException
public void agentFinalize(boolean lastTime)
Destination
agentFinalize
in class Destination
lastTime
- true when last called by the factory on agent deletion.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |