public interface JmsResource
Modifier and Type | Method and Description |
---|---|
JmsResourceId |
getId()
Returns the assigned resource ID for this JmsResource instance.
|
void |
visit(JmsResourceVistor visitor)
Allows a visitor object to walk the resources and process them.
|
JmsResourceId getId()
void visit(JmsResourceVistor visitor) throws Exception
visitor
- The visitor instance that is processing this resource.Exception
- if an error occurs while visiting this resource.Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.