public class JeeServiceDetails extends PlainServiceDetails
Modifier and Type | Class and Description |
---|---|
static class |
JeeServiceDetails.Attributes |
Modifier and Type | Field and Description |
---|---|
static String |
ID |
static String |
SERVICE_TYPE |
attributes, description, id, longDescription, serviceSubType, serviceType
Constructor and Description |
---|
JeeServiceDetails() |
JeeServiceDetails(String host,
int port,
int sslPort,
String contextPath,
boolean shared,
String serviceSubType,
JeeType jeeType) |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
Returns the context path of the web application.
|
String |
getHost()
Returns the host of where the service is running on.
|
Integer |
getPort()
Returns the port of where the service is running on.
|
Integer |
getSslPort()
Returns the ssl port of where the service is running on.
|
Boolean |
isShared()
Returns
true if this web service is running on a shared instance of a
web container. |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
aggregateById, aggregateByServiceSubType, aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
public static final String ID
public static final String SERVICE_TYPE
public String getHost()
public Integer getPort()
public Integer getSslPort()
public String getContextPath()
public Boolean isShared()
true
if this web service is running on a shared instance of a
web container. false
if the web application instance is running on its
own dedicated web container.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class PlainServiceDetails
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class PlainServiceDetails
IOException
ClassNotFoundException
Copyright © GigaSpaces.