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


Deprecated.

@Deprecated
public interface ConnectorModule


Method Summary
 String getDescription()
          Deprecated.  
 String getDirectoryDeployed()
          Deprecated.  
 String getEnabled()
          Deprecated.  
 String getLocation()
          Deprecated.  
 String getObjectType()
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setDirectoryDeployed(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated.  
 void setLocation(String param1)
          Deprecated.  
 void setObjectType(String param1)
          Deprecated.  
 

Method Detail

getLocation

String getLocation()
Deprecated. 

getDirectoryDeployed

String getDirectoryDeployed()
Deprecated. 

getEnabled

String getEnabled()
Deprecated. 

setEnabled

void setEnabled(String param1)
Deprecated. 

getDescription

String getDescription()
Deprecated. 

setDescription

void setDescription(String param1)
Deprecated. 

getObjectType

String getObjectType()
Deprecated. 

setObjectType

void setObjectType(String param1)
Deprecated. 

setLocation

void setLocation(String param1)
Deprecated. 

setDirectoryDeployed

void setDirectoryDeployed(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.