FileDocCategorySizeDatePackage
ComponentVisitor.javaAPI DocGlassfish v2 API4799Fri May 04 22:31:58 BST 2007com.sun.enterprise.deployment.util

ComponentVisitor

public interface ComponentVisitor implements DescriptorVisitor
This class defines the protocol for visiting J2EE Component DOL related classes
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public voidaccept(com.sun.enterprise.deployment.InjectionCapable injectable)
visits all entries within the component environment for which isInjectable() == true

param
the InjectionCapable environment dependency

public voidaccept(com.sun.enterprise.deployment.ServiceReferenceDescriptor serviceRef)
visits a service reference for the last J2EE component visited.

public voidaccept(com.sun.enterprise.deployment.types.EjbReference ejbRef)
visits an ejb reference for the last J2EE component visited

param
the ejb reference

public voidaccept(com.sun.enterprise.deployment.RoleReference roleRef)
visits a role reference from the last J2EE component visited

param
role reference

public voidaccept(com.sun.enterprise.deployment.EnvironmentProperty envEntry)
visits an environment property for the last J2EE component visited

param
the environment property

public voidaccept(com.sun.enterprise.deployment.ResourceReferenceDescriptor resRef)
visits an resource reference for the last J2EE component visited

param
the resource reference

public voidaccept(com.sun.enterprise.deployment.JmsDestinationReferenceDescriptor jmsDestRef)
visits an jms destination reference for the last J2EE component visited

param
the jms destination reference

public voidaccept(com.sun.enterprise.deployment.MessageDestinationReferenceDescriptor msgDestRef)
visits an message destination reference for the last J2EE component visited

param
the message destination reference

public voidaccept(com.sun.enterprise.deployment.MessageDestinationDescriptor msgDest)
visits an message destination for the last J2EE component visited

param
the message destination

public voidaccept(com.sun.enterprise.deployment.types.MessageDestinationReferencer msgDestReferencer)
visits a message destination referencer for the last J2EE component visited.