|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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,
Set<Ref> externalRefs,
boolean hasSensitiveInformation)
Called during import & export. |
|
| Method Summary | |
|---|---|
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,
Set<Ref> externalRefs,
boolean hasSensitiveInformation)
ref - externalRefs - hasSensitiveInformation - | Method Detail |
|---|
public Ref getRef()
public Set<Ref> getExternalrefs()
public boolean isHasSensitiveInformation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||