net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl
Class MbeanServerImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanServerImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, MbeanServer

public class MbeanServerImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, MbeanServer

See Also:
Serialized Form

Field Summary
protected  String agentId
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
MbeanServerImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanServerImpl instance.
MbeanServerImpl(MbeanServerImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanServerImpl instance by copying a given instance.
 
Method Summary
 MbeanServerImpl clone()
          Creates and returns a copy of this object.
 String getAgentId()
          Gets the value of the agentId property.
 void setAgentId(String value)
          Sets the value of the agentId property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

agentId

protected String agentId
Constructor Detail

MbeanServerImpl

public MbeanServerImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanServerImpl instance.


MbeanServerImpl

public MbeanServerImpl(MbeanServerImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanServerImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAgentId

public String getAgentId()
Description copied from interface: MbeanServer
Gets the value of the agentId property.

Specified by:
getAgentId in interface MbeanServer
Returns:
possible object is String

setAgentId

public void setAgentId(String value)
Description copied from interface: MbeanServer
Sets the value of the agentId property.

Specified by:
setAgentId in interface MbeanServer
Parameters:
value - allowed object is String

clone

public MbeanServerImpl clone()
Creates and returns a copy of this object.

Specified by:
clone in class IdentifiedTypeImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.