|
GigaSpaces - Open Spaces | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.pu.container.servicegrid.JeePUServiceDetails
public class JeePUServiceDetails
A service that holds a jee container (such as jetty).
| Constructor Summary | |
|---|---|
JeePUServiceDetails()
|
|
JeePUServiceDetails(String host,
int port,
int sslPort,
String contextPath,
boolean shared,
String type)
|
|
| Method Summary | |
|---|---|
String |
getContextPath()
Returns the context path of the web application. |
String |
getDescription()
Returns the description of the service. |
String |
getHost()
Returns the host of where the service is running on. |
String |
getLongDescription()
Same as getDescription(). |
int |
getPort()
Returns the port of where the service is running on. |
String |
getServiceType()
The service type. |
int |
getSslPort()
Returns the ssl port of where the service is running on. |
String |
getType()
The type of the web container used. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JeePUServiceDetails()
public JeePUServiceDetails(String host,
int port,
int sslPort,
String contextPath,
boolean shared,
String type)
| Method Detail |
|---|
public String getServiceType()
jee-container.
getServiceType in interface PUServiceDetailspublic String getDescription()
host:port/contextpath.
getDescription in interface PUServiceDetailspublic String getLongDescription()
getDescription().
getLongDescription in interface PUServiceDetailspublic String getHost()
public int getPort()
public int 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 String getType()
jetty.
getType in interface PUServiceDetails
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
GigaSpaces - Open Spaces | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||