Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


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

java.lang.Object
  extended by com.bea.wli.sb.management.importexport.ALSBResourceInfo

All Implemented Interfaces:
java.io.Serializable

public class ALSBResourceInfo
extends java.lang.Object
implements java.io.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, 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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

ALSBResourceInfo

public ALSBResourceInfo(Ref ref,
                        java.util.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 java.util.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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Copyright © 2008, 2013, Oracle. All rights reserved.