|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.HttpServiceDescriptor
public class HttpServiceDescriptor
Web service descriptor. The service described by this descriptor takes responsibility for providing Web server access.
Constructor Summary | |
---|---|
HttpServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
HttpServiceDescriptor(boolean httpAllowed,
boolean httpsAllowed)
Creates a new descriptor instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
boolean |
getHttpAllowed()
Returns HTTP access flag. |
boolean |
getHttpsAllowed()
Returns HTTPS access flag. |
void |
setHttpAllowed(boolean value)
Sets HTTP access flag. |
void |
setHttpsAllowed(boolean value)
Sets HTTPS access flag. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpServiceDescriptor(boolean httpAllowed, boolean httpsAllowed)
httpAllowed
- HTTP access flaghttpsAllowed
- HTTPS access flagpublic HttpServiceDescriptor()
Method Detail |
---|
public boolean getHttpAllowed()
public void setHttpAllowed(boolean value)
value
- HTTP access flagpublic boolean getHttpsAllowed()
public void setHttpsAllowed(boolean value)
value
- HTTPS access flagpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |