org.aselect.agent.sam
Class ASelectAgentSAMAgent

java.lang.Object
  extended by org.aselect.system.sam.agent.SAMAgent
      extended by org.aselect.agent.sam.ASelectAgentSAMAgent

public class ASelectAgentSAMAgent
extends SAMAgent

The SAM agent for the A-Select Agent.

Description:
The ASelectAgentSAMAgent is a SAMAgent for the A-Select Agent.

Note: this agent is implemented as a Singleton.

Concurrency issues:
-

Author:
Alfa & Ariss

Method Summary
static ASelectAgentSAMAgent getHandle()
          Get a static handle to the ASelectAgentSAMAgent instance.
 void init()
          Initializes the ASelectAgentSAMAgent.
 
Methods inherited from class org.aselect.system.sam.agent.SAMAgent
destroy, getActiveResource, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHandle

public static ASelectAgentSAMAgent getHandle()
Get a static handle to the ASelectAgentSAMAgent instance.

Description:
Checks if a static instance exists, otherwise it is created. This instance is returned.

Concurrency issues:
-

Preconditions:
-

Postconditions:
A static instance of the ASelectAgentSAMAgent exists.

Returns:
A static handle to the ASelectAgentSAMAgent

init

public void init()
          throws ASelectSAMException
Initializes the ASelectAgentSAMAgent.

Throws:
ASelectSAMException
See Also:
SAMAgent.init(ConfigManager, SystemLogger)


Copyright © 2008 SURFnet BV. All Rights Reserved.