Lines Matching refs:peer

89      * @param peer      The peer <tt>BeanContext</tt> we are
92 * if this object is its own peer
103 public BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible) {
104 super(peer);
116 * @param peer The peer <tt>BeanContext</tt> we
118 * or <tt>null</tt> if this object is its own peer
128 public BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime) {
129 this (peer, lcle, dtime, true);
135 * @param peer The peer BeanContext we are
138 * is its own peer
148 public BeanContextSupport(BeanContext peer, Locale lcle) {
149 this (peer, lcle, false, true);
155 * @param peer The peer <tt>BeanContext</tt> we are
158 * is its own peer
160 public BeanContextSupport(BeanContext peer) {
161 this (peer, null, false, true);
321 BCSChild(Object bcc, Object peer) {
325 proxyPeer = peer;
356 * @param peer the peer if the tragetChild and the peer are related by an implementation of BeanContextProxy
359 protected BCSChild createBCSChild(Object targetChild, Object peer) {
360 return new BCSChild(targetChild, peer);
509 Object peer = null;
536 pbcsc = (BCSChild)children.get(peer = bcsc.getProxyPeer());
537 children.remove(peer);
545 if (peer != null) {
546 if (getChildSerializable(peer) != null) serializable--;
548 childJustRemovedHook(peer, pbcsc);
552 fireChildrenRemoved(new BeanContextMembershipEvent(getBeanContextPeer(), peer == null ? new Object[] { targetChild } : new Object[] { targetChild, peer } ));
973 * peer (that is this object is acting as a delegate for another) then
978 * Therefore in situations where there is a distinct peer to this instance
1054 * deserialize contents ... if this instance has a distinct peer the
1055 * children are *not* serialized here, the peer's readObject() must call