org.objectweb.jorm.api
Interface PBindingCtrl

All Superinterfaces:
PBinding

public interface PBindingCtrl
extends PBinding

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.

Author:
P. Dechamboux

Field Summary
 
Fields inherited from interface org.objectweb.jorm.api.PBinding
ACTION_BIND, ACTION_EXIST, ACTION_EXPORT, ACTION_READ, ACTION_UNBIND, ACTION_UNEXPORT, ACTION_WRITE, LIFECYCLE_ACTIVEFORIO, LIFECYCLE_DELTOWRITE, LIFECYCLE_ERROR, LIFECYCLE_NEWTOWRITE, LIFECYCLE_NOTBOUND
 
Method Summary
 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.
 
Methods inherited from interface org.objectweb.jorm.api.PBinding
bind, exist, export, export, getPClassMapping, getPName, getStatus, init, read, read, read, unbind, unexport, write
 

Method Detail

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.