|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.context.MbeanExport
public class MbeanExport
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="default-domain" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="server" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="registration">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="failOnExisting"/>
<enumeration value="ignoreExisting"/>
<enumeration value="replaceExisting"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
defaultDomain
|
protected String |
registration
|
protected String |
server
|
| Constructor Summary | |
|---|---|
MbeanExport()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.context.MbeanExport instance. |
|
MbeanExport(MbeanExport o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.context.MbeanExport instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MbeanExport |
clone()
Creates and returns a copy of this object. |
String |
getDefaultDomain()
Gets the value of the defaultDomain property. |
String |
getRegistration()
Gets the value of the registration property. |
String |
getServer()
Gets the value of the server property. |
void |
setDefaultDomain(String value)
Sets the value of the defaultDomain property. |
void |
setRegistration(String value)
Sets the value of the registration property. |
void |
setServer(String value)
Sets the value of the server property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String defaultDomain
protected String server
protected String registration
| Constructor Detail |
|---|
public MbeanExport()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.context.MbeanExport instance.
public MbeanExport(MbeanExport o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.context.MbeanExport instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDefaultDomain()
Stringpublic void setDefaultDomain(String value)
value - allowed object is
Stringpublic String getServer()
Stringpublic void setServer(String value)
value - allowed object is
Stringpublic String getRegistration()
Stringpublic void setRegistration(String value)
value - allowed object is
Stringpublic MbeanExport clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||