Uses of Interface
p2pcm.ComponentInterface

Uses of ComponentInterface in p2pcm
 

Methods in p2pcm that return ComponentInterface
static ComponentInterface ComponentUtil.createInnerObject(java.lang.String implClass, java.lang.String instance, java.lang.Object... params)
          Factory method used for creating an inner object within a component Useful for components which may delegate some view implementations to other classes / objects
 ComponentInterface ComponentFactory.createInstance(java.lang.String interf, java.lang.String instance)
          Creates a component's instance.
 ComponentInterface ComponentFactory.createInstance(java.lang.String interf, java.lang.String instance, java.lang.Object... args)
          Creates a component's instance.
 ComponentInterface ComponentInterface.queryInterface(java.lang.String interf)
           
 

Constructors in p2pcm with parameters of type ComponentInterface
ComponentControl(ComponentInterface cmpInt, long timeToPassivate, int maxInvocations)
          Constructor