public interface Referenceable extends Referenceable
The implementation class for a connection factory interface is required to implement both java.io.Serializable and javax.resource.Referenceable interfaces to support JNDI registration.
Modifier and Type | Method and Description |
---|---|
void |
setReference(Reference reference)
Sets the Reference instance.
|
getReference
void setReference(Reference reference)
reference
- A Reference instanceReferenceable.getReference()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.