[jboss-user] [JBoss jBPM] - Assignable too limited?

simonbaker do-not-reply at jboss.com
Fri Oct 19 13:40:41 EDT 2007


In the interest of purity, the "Assignable" interface is admirably sparse.

However, from a practical point of view, it seems it would be useful if the "Assignable" interface included the following methods:

getId()
getName()
getActorId()
getPooledActors()

These methods could help in writing reusable code and in development.

getId() and getName() are very practical for logging as well as for handling special cases in reusable code.

getActorId() and getPooledActors() are useful for skipping unnecessary processing if an actor and/or pool of actors has already been assigned.  Also useful for logging.

Has anyone else felt the need for these methods?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097069#4097069

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097069



More information about the jboss-user mailing list