org.glassfish.admin.amx.intf.config
Interface Server

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, NamedConfigElement, PropertiesAccess, SystemPropertiesAccess
All Known Subinterfaces:
ClusteredServer, StandaloneServer

Deprecated.

@Deprecated
public interface Server
extends NamedConfigElement, PropertiesAccess, SystemPropertiesAccess


Method Summary
 void createResourceRef(String param1, String param2)
          Deprecated.  
 void deleteResourceRef(String param1)
          Deprecated.  
 String getAdminHost()
          Deprecated.  
 int getAdminPort()
          Deprecated.  
 Map<String,ApplicationRef> getApplicationRef()
          Deprecated.  
 ApplicationRef getApplicationRef(String param1)
          Deprecated.  
 Cluster getCluster()
          Deprecated.  
 Config getConfig()
          Deprecated.  
 String getConfigRef()
          Deprecated.  
 String getLbWeight()
          Deprecated.  
 String getName()
          Deprecated.  
 String getNodeAgentRef()
          Deprecated.  
 String getNodeRef()
          Deprecated.  
 String getReference()
          Deprecated.  
 Map<String,ResourceRef> getResourceRef()
          Deprecated.  
 ResourceRef getResourceRef(String param1)
          Deprecated.  
 boolean isResourceRefExists(String param1)
          Deprecated.  
 boolean isRunning()
          Deprecated.  
 void setConfigRef(String param1)
          Deprecated.  
 void setLbWeight(String param1)
          Deprecated.  
 void setName(String param1)
          Deprecated.  
 void setNodeAgentRef(String param1)
          Deprecated.  
 void setNodeRef(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.SystemPropertiesAccess
getSystemProperty
 

Method Detail

getName

String getName()
Deprecated. 
Specified by:
getName in interface AMX_SPI
Specified by:
getName in interface NamedConfigElement

setName

void setName(String param1)
Deprecated. 

getConfig

Config getConfig()
Deprecated. 

getConfigRef

String getConfigRef()
Deprecated. 

getResourceRef

ResourceRef getResourceRef(String param1)
Deprecated. 

getNodeRef

String getNodeRef()
Deprecated. 

getNodeAgentRef

String getNodeAgentRef()
Deprecated. 

getApplicationRef

ApplicationRef getApplicationRef(String param1)
Deprecated. 

getApplicationRef

Map<String,ApplicationRef> getApplicationRef()
Deprecated. 

getLbWeight

String getLbWeight()
Deprecated. 

setLbWeight

void setLbWeight(String param1)
Deprecated. 

getResourceRef

Map<String,ResourceRef> getResourceRef()
Deprecated. 

getCluster

Cluster getCluster()
Deprecated. 

setConfigRef

void setConfigRef(String param1)
Deprecated. 

getReference

String getReference()
Deprecated. 

isResourceRefExists

boolean isResourceRefExists(String param1)
Deprecated. 

createResourceRef

void createResourceRef(String param1,
                       String param2)
Deprecated. 

deleteResourceRef

void deleteResourceRef(String param1)
Deprecated. 

setNodeAgentRef

void setNodeAgentRef(String param1)
Deprecated. 

setNodeRef

void setNodeRef(String param1)
Deprecated. 

getAdminHost

String getAdminHost()
Deprecated. 

getAdminPort

int getAdminPort()
Deprecated. 

isRunning

boolean isRunning()
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.