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

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, PropertiesAccess, Singleton

Deprecated.

@Deprecated
public interface AdminService
extends Singleton, AMXConfigProxy, PropertiesAccess


Field Summary
static String TYPE_DAS
          Deprecated. Possible value for Type.
static String TYPE_DAS_AND_SERVER
          Deprecated. Possible value for Type.
static String TYPE_SERVER
          Deprecated. Possible value for Type.
 
Method Summary
 AuthRealm getAssociatedAuthRealm()
          Deprecated.  
 String getAuthRealmName()
          Deprecated.  
 DasConfig getDasConfig()
          Deprecated.  
 Map<String,JmxConnector> getJmxConnector()
          Deprecated.  
 String getType()
          Deprecated.  
 void setAuthRealmName(String param1)
          Deprecated.  
 void setDasConfig(DasConfig param1)
          Deprecated.  
 void setType(String param1)
          Deprecated. Valid values are: TYPE_DAS TYPE_SERVER TYPE_DAS_AND_SERVER
 boolean usesFileRealm()
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
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, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Field Detail

TYPE_DAS

static final String TYPE_DAS
Deprecated. 
Possible value for Type. See setType(java.lang.String)

See Also:
Constant Field Values

TYPE_SERVER

static final String TYPE_SERVER
Deprecated. 
Possible value for Type. See setType(java.lang.String)

See Also:
Constant Field Values

TYPE_DAS_AND_SERVER

static final String TYPE_DAS_AND_SERVER
Deprecated. 
Possible value for Type. See setType(java.lang.String)

See Also:
Constant Field Values
Method Detail

getJmxConnector

Map<String,JmxConnector> getJmxConnector()
Deprecated. 

getType

String getType()
Deprecated. 

setType

void setType(String param1)
Deprecated. 
Valid values are:

Parameters:
param1 -

getDasConfig

DasConfig getDasConfig()
Deprecated. 

getAuthRealmName

String getAuthRealmName()
Deprecated. 

setAuthRealmName

void setAuthRealmName(String param1)
Deprecated. 

setDasConfig

void setDasConfig(DasConfig param1)
Deprecated. 

getAssociatedAuthRealm

AuthRealm getAssociatedAuthRealm()
Deprecated. 

usesFileRealm

boolean usesFileRealm()
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.