org.jboss.system.server.profileservice.repository
Class ProfileContext

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractControllerContext
          extended by org.jboss.system.server.profileservice.repository.ProfileContext
All Implemented Interfaces:
Cloneable, org.jboss.dependency.spi.ControllerContext, org.jboss.util.JBossInterface

public class ProfileContext
extends org.jboss.dependency.plugins.AbstractControllerContext

The ProfileServiceContext.

Version:
$Revision: 85526 $
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
ProfileContext(org.jboss.profileservice.spi.Profile profile, org.jboss.dependency.spi.ControllerContextActions actions)
           
ProfileContext(org.jboss.profileservice.spi.ProfileKey key, org.jboss.profileservice.spi.metadata.ProfileMetaData metaData, org.jboss.dependency.spi.ControllerContextActions actions)
           
 
Method Summary
 org.jboss.profileservice.spi.Profile getProfile()
           
protected static org.jboss.profileservice.spi.ProfileKey getProfileKey(org.jboss.profileservice.spi.Profile profile)
           
 String toString()
           
 
Methods inherited from class org.jboss.dependency.plugins.AbstractControllerContext
getAliases, getController, getDependencyInfo, getError, getErrorHandlingMode, getMode, getName, getRequiredState, getScopeInfo, getState, getTarget, initScopeInfo, install, needsAnAlias, setAliases, setController, setError, setErrorHandlingMode, setMode, setName, setRequiredState, setScopeInfo, setState, setTarget, toShortString, toString, uninstall
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString
 

Constructor Detail

ProfileContext

public ProfileContext(org.jboss.profileservice.spi.Profile profile,
                      org.jboss.dependency.spi.ControllerContextActions actions)

ProfileContext

public ProfileContext(org.jboss.profileservice.spi.ProfileKey key,
                      org.jboss.profileservice.spi.metadata.ProfileMetaData metaData,
                      org.jboss.dependency.spi.ControllerContextActions actions)
Method Detail

getProfileKey

protected static org.jboss.profileservice.spi.ProfileKey getProfileKey(org.jboss.profileservice.spi.Profile profile)

getProfile

public org.jboss.profileservice.spi.Profile getProfile()

toString

public String toString()
Overrides:
toString in class org.jboss.util.JBossObject


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