|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrestart.server.ServicePolicy
public abstract class ServicePolicy
Policy about the Service. Implement your version of this class or use the default policy.
| Constructor Summary | |
|---|---|
ServicePolicy()
|
|
| Method Summary | |
|---|---|
boolean |
acceptCallFrom(java.net.InetAddress caller)
Check wether this service call could be made from the given address. |
static ServicePolicy |
getDefaultInstance()
Get the default implementation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServicePolicy()
| Method Detail |
|---|
public static ServicePolicy getDefaultInstance()
public boolean acceptCallFrom(java.net.InetAddress caller)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||