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

All Known Subinterfaces:
AbstractModule, AdminObjectResource, Application, ApplicationConfig, ConnectorResource, CustomResource, JdbcResource, JndiResource, MailResource, PersistenceManagerFactoryResource, Resource, ResourceAdapter

Deprecated. Factors out the meaning of the "ObjectType" Attribute.

See ObjectTypeValues

@Deprecated
public interface ObjectType


Method Summary
 String getObjectType()
          Deprecated.  
 void setObjectType(String objectType)
          Deprecated. INTERNAL USE ONLY
 

Method Detail

getObjectType

String getObjectType()
Deprecated. 
Returns:
the ObjectType as defined by ObjectTypeValues

setObjectType

void setObjectType(String objectType)
Deprecated. 
INTERNAL USE ONLY

Parameters:
objectType - the ObjectType as defined by ObjectTypeValues
See Also:
ObjectTypeValues


Copyright © 2012 GlassFish Community. All Rights Reserved.