| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   com.bea.wli.sb.management.importexport.ALSBResourceInfo
com.bea.wli.sb.management.importexport.ALSBResourceInfo
public class ALSBResourceInfo
This class contains information about a resource that is being imported from a jar file.
| Field Summary | |
|---|---|
| static long | serialVersionUID | 
| Constructor Summary | |
|---|---|
| ALSBResourceInfo(Ref ref, java.util.Set<Ref> externalRefs, boolean hasSensitiveInformation)Called during import & export. | |
| Method Summary | |
|---|---|
|  java.util.Set<Ref> | getExternalrefs()Returns a set of references from this resource to other resources | 
|  Ref | getRef()Returns a reference to the resource | 
|  boolean | isHasSensitiveInformation()Returns whether this resource has sensitive information such as user names and passwords | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final long serialVersionUID
| Constructor Detail | 
|---|
public ALSBResourceInfo(Ref ref,
                        java.util.Set<Ref> externalRefs,
                        boolean hasSensitiveInformation)
ref -externalRefs -hasSensitiveInformation -| Method Detail | 
|---|
public Ref getRef()
public java.util.Set<Ref> getExternalrefs()
public boolean isHasSensitiveInformation()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||