org.mule.impl.internal.admin
Class MuleAdminAgent

java.lang.Object
  extended byorg.mule.impl.internal.admin.MuleAdminAgent
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOAgent

public class MuleAdminAgent
extends java.lang.Object
implements UMOAgent

MuleAdminAgent manages the server endpoint that receives Admin and remote client requests

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Field Summary
static java.lang.String DEFAULT_MANAGER_PROVIDER
           
protected static Log logger
          logger used by this class
 
Constructor Summary
MuleAdminAgent()
           
 
Method Summary
 void dispose()
           
 java.lang.String getDescription()
          Should be a 1 line description of the agent
 java.lang.String getName()
          Gets the name of this agent
 void initialise()
           
 void registered()
           
 void setName(java.lang.String name)
          Sets the name of this agent
 void start()
           
 void stop()
           
 void unregistered()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MANAGER_PROVIDER

public static final java.lang.String DEFAULT_MANAGER_PROVIDER
See Also:
Constant Field Values

logger

protected static transient Log logger
logger used by this class

Constructor Detail

MuleAdminAgent

public MuleAdminAgent()
Method Detail

getName

public java.lang.String getName()
Gets the name of this agent

Specified by:
getName in interface UMOAgent
Returns:
the agent name

setName

public void setName(java.lang.String name)
Sets the name of this agent

Specified by:
setName in interface UMOAgent
Parameters:
name - the name of the agent

getDescription

public java.lang.String getDescription()
Should be a 1 line description of the agent

Specified by:
getDescription in interface UMOAgent
Returns:

start

public void start()
           throws UMOException
Specified by:
start in interface Startable
Throws:
UMOException

stop

public void stop()
          throws UMOException
Specified by:
stop in interface Stoppable
Throws:
UMOException

dispose

public void dispose()
             throws UMOException
Specified by:
dispose in interface Disposable
Throws:
UMOException

registered

public void registered()
Specified by:
registered in interface UMOAgent

unregistered

public void unregistered()
Specified by:
unregistered in interface UMOAgent

initialise

public void initialise()
                throws InitialisationException
Specified by:
initialise in interface Initialisable
Throws:
InitialisationException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.