org.objectweb.jorm.api
Interface PBindingCtrl
- PBinding
public interface PBindingCtrl
This interface is defines in order to allow PBinders to access to PName and
status attributes associated with PBindings. This is mandatory as PBinders
manage a part of the life cycle of PBindings.
- P. Dechamboux
ACTION_BIND , ACTION_EXIST , ACTION_EXPORT , ACTION_READ , ACTION_UNBIND , ACTION_UNEXPORT , ACTION_WRITE , LIFECYCLE_ACTIVEFORIO , LIFECYCLE_DELTOWRITE , LIFECYCLE_ERROR , LIFECYCLE_NEWTOWRITE , LIFECYCLE_NOTBOUND |
void | setPName(PName pn) - It assigns the current PName associated with this PBinding.
|
void | setStatus(byte s) - It assigns the current status associated with this PBinding.
|
bind , exist , export , export , getPClassMapping , getPName , getStatus , init , read , read , unbind , unexport , write |
setPName
public void setPName(PName pn)
It assigns the current PName associated with this PBinding.
setStatus
public void setStatus(byte s)
It assigns the current status associated with this PBinding.