public class JavaServer
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<JavaService> |
javaService |
java.util.List<JavaWebApp> |
javaWebApp |
java.lang.String |
name |
java.lang.String |
protocol |
Constructor and Description |
---|
JavaServer() |
JavaServer(JavaServer o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this JavaServer.
|
static JavaServer |
fromString(java.lang.String s)
String representation of this JavaServer.
|
java.util.List<JavaService> |
getJavaService()
List of services deployed in this server
|
java.util.List<JavaWebApp> |
getJavaWebApp()
List of web apps deployed in this server
|
java.lang.String |
getName()
Server name
|
java.lang.String |
getProtocol()
Server protocol
|
JavaServer |
makeCopy()
Creates and returns a deep copy of this JavaServer.
|
static JavaServer |
readFrom(java.io.InputStream is)
Read this JavaServer from an XML fragment.
|
void |
setName(java.lang.String name)
Server name
|
void |
setProtocol(java.lang.String protocol)
Server protocol
|
java.lang.String |
toString()
String representation of this JavaServer.
|
JavaServer |
withJavaService(java.util.Collection<JavaService> __values) |
JavaServer |
withJavaService(JavaService... __values)
List of services deployed in this server
|
JavaServer |
withJavaWebApp(java.util.Collection<JavaWebApp> __values) |
JavaServer |
withJavaWebApp(JavaWebApp... __values)
List of web apps deployed in this server
|
JavaServer |
withName(java.lang.String name) |
JavaServer |
withProtocol(java.lang.String protocol) |
void |
writeTo(java.io.OutputStream os)
Write this JavaServer as an XML fragment
|
public java.util.List<JavaService> javaService
public java.util.List<JavaWebApp> javaWebApp
public java.lang.String name
public java.lang.String protocol
public JavaServer()
public JavaServer(JavaServer o)
public java.util.List<JavaService> getJavaService()
public JavaServer withJavaService(JavaService... __values)
public JavaServer withJavaService(java.util.Collection<JavaService> __values)
public java.util.List<JavaWebApp> getJavaWebApp()
public JavaServer withJavaWebApp(JavaWebApp... __values)
public JavaServer withJavaWebApp(java.util.Collection<JavaWebApp> __values)
public void setName(java.lang.String name)
public java.lang.String getName()
public JavaServer withName(java.lang.String name)
public void setProtocol(java.lang.String protocol)
public java.lang.String getProtocol()
public JavaServer withProtocol(java.lang.String protocol)
public JavaServer makeCopy()
public static JavaServer readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static JavaServer fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.