0 Replies Latest reply on Feb 23, 2007 5:07 AM by pirx

    Package-Scope of method Token.signal(Transition,ExecutionCon

    pirx

      Hi,

      is there a particular reason, why
      Token.signal(Transition,ExecutionContext) has only package scope and
      is not public ?

      I have a usage scenario, where I have to extend the ExecutionContext
      for some extra information which must be accessible for Actions
      called during the state transition. These extra informations should be
      provided during Token.signal(), so the most natural solution seems to
      extend ExecutionContext and cast it to the concrete class in
      Action.execute(ExecutionContext).

      My question is, whether this method could be made public. Or is there
      any better solution for my use case described above ?

      thanx ....
      ...roland