|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.namespace.AbstractCreateDescriptor
Abstract class implementing a create descriptor used to create resources of arbitrary kind.
| Field Summary | |
protected IDestinationDescriptor |
destinationDescriptor
|
protected ILockDescriptor |
lockDescriptor
|
protected ILockInfo |
lockInfo
|
| Constructor Summary | |
protected |
AbstractCreateDescriptor(IDestinationDescriptor destinationDescriptor)
Construct object of class AbstractCreateDescriptor. |
protected |
AbstractCreateDescriptor(IDestinationDescriptor destinationDescriptor,
ILockDescriptor lockDescriptor)
Construct object of class AbstractCreateDescriptor. |
| Method Summary | |
IDestinationDescriptor |
getDestinationDescriptor()
Get destination of the resource to be created. |
ILockDescriptor |
getLockDescriptor()
Get lock descriptor to be applied atomically when creating the resource. |
ILockInfo |
getLockInfo()
Get lock info created atomically while creating the resource. |
void |
setLockDescriptor(ILockDescriptor lockDescriptor)
Set lock descriptor to be applied atomically when creating the resource. |
void |
setLockInfo(ILockInfo lockInfo)
Set lock info created atomically while creating the resource. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IDestinationDescriptor destinationDescriptor
protected ILockDescriptor lockDescriptor
protected ILockInfo lockInfo
| Constructor Detail |
protected AbstractCreateDescriptor(IDestinationDescriptor destinationDescriptor)
destinationDescriptor - destination of the resource to be created
protected AbstractCreateDescriptor(IDestinationDescriptor destinationDescriptor,
ILockDescriptor lockDescriptor)
destinationDescriptor - destination of the resource to be createdlockDescriptor - lock descriptor to be applied atomically when
creating the resource| Method Detail |
public IDestinationDescriptor getDestinationDescriptor()
getDestinationDescriptor in interface ICreateDescriptorpublic ILockDescriptor getLockDescriptor()
getLockDescriptor in interface ICreateDescriptorpublic void setLockDescriptor(ILockDescriptor lockDescriptor)
setLockDescriptor in interface ICreateDescriptorlockDescriptor - lock descriptorpublic ILockInfo getLockInfo()
getLockInfo in interface ICreateDescriptorpublic void setLockInfo(ILockInfo lockInfo)
setLockInfo in interface ICreateDescriptorlockInfo - lock info
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||