org.jboss.dependency.plugins
Interface AliasControllerContext

All Superinterfaces:
Cloneable, ControllerContext, org.jboss.util.JBossInterface
All Known Implementing Classes:
AbstractAliasControllerContext, ScopedAliasControllerContext

public interface AliasControllerContext
extends ControllerContext

Alias controller context.

Author:
Ales Justin

Method Summary
 Object getAlias()
          Get the alias.
 Object getOriginal()
          Get the original.
 
Methods inherited from interface org.jboss.dependency.spi.ControllerContext
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, install, setController, setError, setMode, setRequiredState, setState, uninstall
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 

Method Detail

getAlias

Object getAlias()
Get the alias.

Returns:
the alias to register

getOriginal

Object getOriginal()
Get the original.

Returns:
the original to map to


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.