Class InstanceSettings
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.InstanceSettings
-
public class InstanceSettings extends java.lang.ObjectJava class for InstanceSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstanceSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="create" type="{}CreateSettings" minOccurs="0"/> <element name="close" type="{}CloseSettings" minOccurs="0"/> <element name="select" type="{}SelectSettings" minOccurs="0"/> </sequence> <attribute name="socketEventRoutingMode" type="{}SocketEventRoutingMode" default="LAST_USED" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CloseSettingscloseprotected CreateSettingscreateprotected SelectSettingsselectprotected SocketEventRoutingModesocketEventRoutingMode
-
Constructor Summary
Constructors Constructor Description InstanceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseSettingsgetClose()Gets the value of the close property.CreateSettingsgetCreate()Gets the value of the create property.SelectSettingsgetSelect()Gets the value of the select property.SocketEventRoutingModegetSocketEventRoutingMode()Gets the value of the socketEventRoutingMode property.voidsetClose(CloseSettings value)Sets the value of the close property.voidsetCreate(CreateSettings value)Sets the value of the create property.voidsetSelect(SelectSettings value)Sets the value of the select property.voidsetSocketEventRoutingMode(SocketEventRoutingMode value)Sets the value of the socketEventRoutingMode property.
-
-
-
Field Detail
-
create
protected CreateSettings create
-
close
protected CloseSettings close
-
select
protected SelectSettings select
-
socketEventRoutingMode
protected SocketEventRoutingMode socketEventRoutingMode
-
-
Method Detail
-
getCreate
public CreateSettings getCreate()
Gets the value of the create property.- Returns:
- possible object is
CreateSettings
-
setCreate
public void setCreate(CreateSettings value)
Sets the value of the create property.- Parameters:
value- allowed object isCreateSettings
-
getClose
public CloseSettings getClose()
Gets the value of the close property.- Returns:
- possible object is
CloseSettings
-
setClose
public void setClose(CloseSettings value)
Sets the value of the close property.- Parameters:
value- allowed object isCloseSettings
-
getSelect
public SelectSettings getSelect()
Gets the value of the select property.- Returns:
- possible object is
SelectSettings
-
setSelect
public void setSelect(SelectSettings value)
Sets the value of the select property.- Parameters:
value- allowed object isSelectSettings
-
getSocketEventRoutingMode
public SocketEventRoutingMode getSocketEventRoutingMode()
Gets the value of the socketEventRoutingMode property.- Returns:
- possible object is
SocketEventRoutingMode
-
setSocketEventRoutingMode
public void setSocketEventRoutingMode(SocketEventRoutingMode value)
Sets the value of the socketEventRoutingMode property.- Parameters:
value- allowed object isSocketEventRoutingMode
-
-