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

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, Description, Enabled, NamedConfigElement, ObjectType, PropertiesAccess, RefReferent, Resource, ResourceRefReferent

Deprecated.

@Deprecated
public interface MailResource
extends Resource


Method Summary
 String getDebug()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getEnabled()
          Deprecated. Return true if the item is enabled, false otherwise.
 String getFrom()
          Deprecated.  
 String getHost()
          Deprecated.  
 String getStoreProtocol()
          Deprecated.  
 String getStoreProtocolClass()
          Deprecated.  
 String getTransportProtocol()
          Deprecated.  
 String getTransportProtocolClass()
          Deprecated.  
 String getUser()
          Deprecated.  
 void setDebug(String param1)
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated. Mark the item as enabled.
 void setFrom(String param1)
          Deprecated.  
 void setHost(String param1)
          Deprecated.  
 void setStoreProtocol(String param1)
          Deprecated.  
 void setStoreProtocolClass(String param1)
          Deprecated.  
 void setTransportProtocol(String param1)
          Deprecated.  
 void setTransportProtocolClass(String param1)
          Deprecated.  
 void setUser(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.Resource
getObjectType, setObjectType
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 

Method Detail

getDebug

String getDebug()
Deprecated. 

getHost

String getHost()
Deprecated. 

getEnabled

String getEnabled()
Deprecated. 
Description copied from interface: Enabled
Return true if the item is enabled, false otherwise.

Specified by:
getEnabled in interface Enabled

setEnabled

void setEnabled(String param1)
Deprecated. 
Description copied from interface: Enabled
Mark the item as enabled.

Specified by:
setEnabled in interface Enabled

getDescription

String getDescription()
Deprecated. 
Specified by:
getDescription in interface Description

setDescription

void setDescription(String param1)
Deprecated. 
Specified by:
setDescription in interface Description

setHost

void setHost(String param1)
Deprecated. 

getStoreProtocol

String getStoreProtocol()
Deprecated. 

getStoreProtocolClass

String getStoreProtocolClass()
Deprecated. 

getTransportProtocol

String getTransportProtocol()
Deprecated. 

getTransportProtocolClass

String getTransportProtocolClass()
Deprecated. 

getUser

String getUser()
Deprecated. 

getFrom

String getFrom()
Deprecated. 

setStoreProtocol

void setStoreProtocol(String param1)
Deprecated. 

setStoreProtocolClass

void setStoreProtocolClass(String param1)
Deprecated. 

setTransportProtocol

void setTransportProtocol(String param1)
Deprecated. 

setTransportProtocolClass

void setTransportProtocolClass(String param1)
Deprecated. 

setUser

void setUser(String param1)
Deprecated. 

setFrom

void setFrom(String param1)
Deprecated. 

setDebug

void setDebug(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.