org.jboss.jca.common.api.metadata.ra.ra16
Interface Activationspec16

All Superinterfaces:
Activationspec15, Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable

public interface Activationspec16
extends Activationspec15

A Activationspec16.

Author:
Stefano Maestri

Nested Class Summary
static class Activationspec16.Attribute
          A Attribute.
static class Activationspec16.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
           
 List<? extends ConfigProperty> getConfigProperties()
           
 int hashCode()
           
 String toString()
          
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.ra15.Activationspec15
getActivationspecClass, getId, getRequiredConfigProperties
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getConfigProperties

List<? extends ConfigProperty> getConfigProperties()
Returns:
configProperty

hashCode

int hashCode()
Specified by:
hashCode in interface Activationspec15
Overrides:
hashCode in class Object

equals

boolean equals(Object obj)
Specified by:
equals in interface Activationspec15
Overrides:
equals in class Object

toString

String toString()
Description copied from interface: Activationspec15

Specified by:
toString in interface Activationspec15
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)