com.bea.wlevs.ede.api
Interface StageIdentityAware


public interface StageIdentityAware

Interface to be implemented by Stage components that wish to be aware of their identity.


Method Summary
 void setStageIdentity(java.lang.String id)
          Callback through which the framework publishes the Stage identity
 

Method Detail

setStageIdentity

public void setStageIdentity(java.lang.String id)
Callback through which the framework publishes the Stage identity

Parameters:
id - the Stage identity


Copyright © 2007 BEA Systems All Rights Reserved.