|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.monitor.ProvisionRequest
public class ProvisionRequest
The ProvisionRequest class provides a container object holding information to provision a ServiceBean
| Constructor Summary | |
|---|---|
ProvisionRequest(ServiceElement sElem,
ProvisionListener listener,
OperationalStringManager opStringMgr,
InstanceIDManager instanceIDMgr)
Create a ProvisionRequest |
|
ProvisionRequest(ServiceElement sElem,
ProvisionListener listener,
OperationalStringManager opStringMgr,
InstanceIDManager instanceIDMgr,
ServiceProvisionListener svcProvisionListener,
ServiceBeanInstance instance)
Create a ProvisionRequest |
|
ProvisionRequest(ServiceElement sElem,
ProvisionListener listener,
OperationalStringManager opStringMgr,
InstanceIDManager instanceIDMgr,
ServiceProvisionListener svcProvisionListener,
ServiceBeanInstance instance,
Uuid excludeUuid,
Uuid requestedUuid,
org.rioproject.monitor.ProvisionRequest.Type type)
Create a ProvisionRequest |
|
| Method Summary | |
|---|---|
static ProvisionRequest |
copy(ProvisionRequest pr)
Create a copy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProvisionRequest(ServiceElement sElem,
ProvisionListener listener,
OperationalStringManager opStringMgr,
InstanceIDManager instanceIDMgr)
sElem - The ServiceElementlistener - The ProvisionListeneropStringMgr - The OperationalStringManagerinstanceIDMgr - Create instance identifiers if needed
public ProvisionRequest(ServiceElement sElem,
ProvisionListener listener,
OperationalStringManager opStringMgr,
InstanceIDManager instanceIDMgr,
ServiceProvisionListener svcProvisionListener,
ServiceBeanInstance instance)
sElem - The ServiceElementlistener - The ProvisionListeneropStringMgr - The OperationalStringManagerinstanceIDMgr - Create instance identifiers if neededsvcProvisionListener - Remote ServiceProvisionListenerinstance - The ServiceBeanInstance
public ProvisionRequest(ServiceElement sElem,
ProvisionListener listener,
OperationalStringManager opStringMgr,
InstanceIDManager instanceIDMgr,
ServiceProvisionListener svcProvisionListener,
ServiceBeanInstance instance,
Uuid excludeUuid,
Uuid requestedUuid,
org.rioproject.monitor.ProvisionRequest.Type type)
sElem - The ServiceElementlistener - The ProvisionListeneropStringMgr - The OperationalStringManagerinstanceIDMgr - Create instance identifiers if neededsvcProvisionListener - Remote ServiceProvisionListenerinstance - The ServiceBeanInstanceexcludeUuid - The Uuid to exclude when selecting a compute resourcerequestedUuid - The requested uuid of the ServiceBeanInstantiator to
provision the service totype - The type of ProvisionRequest, must be either
ProvisionRequest.Type.PROVISION, ProvisionRequest.Type.RELOCATE or
ProvisionRequest.Type.UNINSTANTIABLE| Method Detail |
|---|
public static ProvisionRequest copy(ProvisionRequest pr)
pr - The ProvisionRequest to copy
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||