org.apache.geronimo.system.plugin
Class ServerInstance

java.lang.Object
  extended by org.apache.geronimo.system.plugin.ServerInstance

public class ServerInstance
extends Object


Constructor Summary
ServerInstance()
           
ServerInstance(String serverName, PluginAttributeStore attributeStore, AliasedArtifactResolver artifactResolver)
           
 
Method Summary
 AliasedArtifactResolver getArtifactResolver()
           
 PluginAttributeStore getAttributeStore()
           
 String getServerName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInstance

public ServerInstance()

ServerInstance

public ServerInstance(String serverName,
                      PluginAttributeStore attributeStore,
                      AliasedArtifactResolver artifactResolver)
Method Detail

getServerName

public String getServerName()

getAttributeStore

public PluginAttributeStore getAttributeStore()

getArtifactResolver

public AliasedArtifactResolver getArtifactResolver()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.