com.bea.wli.sb.management.importexport
Class ALSBResourceInfo

java.lang.Object
  extended by com.bea.wli.sb.management.importexport.ALSBResourceInfo
All Implemented Interfaces:
Serializable

public class ALSBResourceInfo
extends Object
implements Serializable

This class contains information about a resource that is being imported from a jar file.

See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ALSBResourceInfo

public ALSBResourceInfo(Ref ref,
                        Set<Ref> externalRefs,
                        boolean hasSensitiveInformation)
Called during import & export. Users will never call this directly.

Parameters:
ref -
externalRefs -
hasSensitiveInformation -
Method Detail

getRef

public Ref getRef()
Returns a reference to the resource


getExternalrefs

public Set<Ref> getExternalrefs()
Returns a set of references from this resource to other resources


isHasSensitiveInformation

public boolean isHasSensitiveInformation()
Returns whether this resource has sensitive information such as user names and passwords