Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.framework
Class RepresentativeFactory  view RepresentativeFactory download RepresentativeFactory.java

java.lang.Object
  extended byru.gammalabs.ice.framework.RepresentativeSupport
      extended byru.gammalabs.ice.framework.RepresentativeFactory
All Implemented Interfaces:
Representative
Direct Known Subclasses:
HomeFactory

public abstract class RepresentativeFactory
extends RepresentativeSupport
implements Representative


Field Summary
private static org.apache.log4j.Category LOG
           
private  java.util.Collection representatives
           
 
Fields inherited from class ru.gammalabs.ice.framework.RepresentativeSupport
 
Constructor Summary
RepresentativeFactory()
           
 
Method Summary
private  void notifyRepresentatives()
           
protected  void registerRepresentative(java.lang.Object o)
          Этот метод надо вызывать при создании потенцияльно репрезентативных объектов.
 void setActor(Actor actor)
           
 
Methods inherited from class ru.gammalabs.ice.framework.RepresentativeSupport
getActor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ru.gammalabs.ice.framework.Representative
getActor
 

Field Detail

LOG

private static org.apache.log4j.Category LOG

representatives

private java.util.Collection representatives
Constructor Detail

RepresentativeFactory

public RepresentativeFactory()
Method Detail

setActor

public void setActor(Actor actor)
Specified by:
setActor in interface Representative
Overrides:
setActor in class RepresentativeSupport

notifyRepresentatives

private void notifyRepresentatives()

registerRepresentative

protected void registerRepresentative(java.lang.Object o)
Этот метод надо вызывать при создании потенцияльно репрезентативных объектов.