orca.manage.extensions.standard.actors
Interface ActorFactory

All Superinterfaces:
PluginFactory
All Known Subinterfaces:
SiteFactory
All Known Implementing Classes:
CodSiteFactory, StandardActorFactory, StandardBrokerFactory, StandardSMFactory

public interface ActorFactory
extends PluginFactory

Base interface of actor factory classes.


Method Summary
 IActor getActor()
          Returns the actor object created by this factory
 void setDescription(java.lang.String description)
          Sets the actor description.
 void setName(java.lang.String name)
          Sets the actor name.
 
Methods inherited from interface orca.manage.extensions.api.PluginFactory
configure, configure, create, getManager, getObject, getRoot
 

Method Detail

setName

void setName(java.lang.String name)
Sets the actor name.

Parameters:
name - actor name string

setDescription

void setDescription(java.lang.String description)
Sets the actor description.

Parameters:
description - actor description string

getActor

IActor getActor()
Returns the actor object created by this factory

Returns:
actor object


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.