|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.monitor.ServiceProvisionEventHandler
public class ServiceProvisionEventHandler
Class to handle ServiceProvisionEvent notifications
| Constructor Summary | |
|---|---|
ServiceProvisionEventHandler()
Create the ServiceProvisionEventHandler utility |
|
| Method Summary | |
|---|---|
int |
await(long maxTimeout)
For for the service notifications timeout |
void |
failed(ServiceElement sElem,
boolean resubmitted)
Notify listener that the Service described by the ServiceElement has not been provision succesfully |
TrustVerifier |
getProxyVerifier()
|
ServiceProvisionListener |
getServiceProvisionListener()
Get the ServiceProvisionListener proxy |
void |
setServiceCount(int serviceCount)
Set the number of notifications |
void |
succeeded(ServiceBeanInstance jsbInstance)
Notify listener that the Service described by the ServiceBeanInstance has been provisioned succesfully |
void |
unexport()
Unexport this utility |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceProvisionEventHandler()
throws ExportException
ExportException - If the exporter cannot be
created| Method Detail |
|---|
public void unexport()
public ServiceProvisionListener getServiceProvisionListener()
public void setServiceCount(int serviceCount)
serviceCount - the number of servicespublic int await(long maxTimeout)
maxTimeout - The maximum amount of time (in millis) to wait
public void succeeded(ServiceBeanInstance jsbInstance)
ServiceProvisionListener
succeeded in interface ServiceProvisionListenerjsbInstance - The ServiceBeanInstance
public void failed(ServiceElement sElem,
boolean resubmitted)
ServiceProvisionListener
failed in interface ServiceProvisionListenersElem - The ServiceElementresubmitted - Whether the Service described by the ServiceElement
has been resubmitted for provisioningpublic TrustVerifier getProxyVerifier()
getProxyVerifier in interface ServerProxyTrust
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||