📄 ref.html
字号:
<A NAME="LOCATION_DATA_TYPE"><!-- --></A><H3>
LOCATION_DATA_TYPE</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>LOCATION_DATA_TYPE</B></PRE>
<DL>
<DD>Type Id for location metadata
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.bea.wli.config.Ref.LOCATION_DATA_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="SYSTEM_PROJECT_REF"><!-- --></A><H3>
SYSTEM_PROJECT_REF</H3>
<PRE>
public static final <A HREF="../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>SYSTEM_PROJECT_REF</B></PRE>
<DL>
<DD><B>Deprecated.</B> <I>in 2.6. Please use <A HREF="../../../../com/bea/wli/sb/util/Refs.html#SYSTEM_PROJECT_REF"><CODE>Refs.SYSTEM_PROJECT_REF</CODE></A>. Deprecated API is removed in the subsequent major release.</I><DL>
</DL>
</DL>
<HR>
<A NAME="SYSTEM_UDDI_FOLDER"><!-- --></A><H3>
SYSTEM_UDDI_FOLDER</H3>
<PRE>
public static final <A HREF="../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>SYSTEM_UDDI_FOLDER</B></PRE>
<DL>
<DD><B>Deprecated.</B> <I>in 2.6. Please use <A HREF="../../../../com/bea/wli/sb/util/Refs.html#SYSTEM_UDDI_FOLDER"><CODE>Refs.SYSTEM_UDDI_FOLDER</CODE></A>. Deprecated API is removed in the subsequent major release.</I><DL>
</DL>
</DL>
<HR>
<A NAME="SYSTEM_SMTP_FOLDER"><!-- --></A><H3>
SYSTEM_SMTP_FOLDER</H3>
<PRE>
public static final <A HREF="../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>SYSTEM_SMTP_FOLDER</B></PRE>
<DL>
<DD><B>Deprecated.</B> <I>in 2.6. Please use <A HREF="../../../../com/bea/wli/sb/util/Refs.html#SYSTEM_SMTP_FOLDER"><CODE>Refs.SYSTEM_SMTP_FOLDER</CODE></A>. Deprecated API is removed in the subsequent major release.</I><DL>
</DL>
</DL>
<HR>
<A NAME="SYSTEM_JNDI_PROVIDER_FOLDER"><!-- --></A><H3>
SYSTEM_JNDI_PROVIDER_FOLDER</H3>
<PRE>
public static final <A HREF="../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>SYSTEM_JNDI_PROVIDER_FOLDER</B></PRE>
<DL>
<DD><B>Deprecated.</B> <I>in 2.6. Please use <A HREF="../../../../com/bea/wli/sb/util/Refs.html#SYSTEM_JNDI_PROVIDER_FOLDER"><CODE>Refs.SYSTEM_JNDI_PROVIDER_FOLDER</CODE></A>. Deprecated API is removed in the subsequent major release.</I><DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Ref(java.lang.String, com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
Ref</H3>
<PRE>
public <B>Ref</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> typeId,
<A HREF="../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> name)</PRE>
<DL>
<DD>Constructor for creating a reference to an object under a particular parent
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>typeId</CODE> - The type of the reference that will be created - expected to be canonical<DD><CODE>parent</CODE> - the parent. If the typeId is project the parent must be the domain reference. If the typeId is folder the parent must be a project or another folder. If the typeId indicates a resource the parent must be a project or a folder.<DD><CODE>name</CODE> - non-qualified name of the object that will be created. The full name of the created object will be computed by appending this name to the full name of the parent.</DL>
</DL>
<HR>
<A NAME="Ref(java.lang.String, java.lang.String[])"><!-- --></A><H3>
Ref</H3>
<PRE>
public <B>Ref</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> typeId,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] names)</PRE>
<DL>
<DD>Constructor for creating an arbitrary reference.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>typeId</CODE> - - expected to be canonical<DD><CODE>names</CODE> - </DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getTypeId()"><!-- --></A><H3>
getTypeId</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTypeId</B>()</PRE>
<DL>
<DD>Returns the type of the reference
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="isDomainRef()"><!-- --></A><H3>
isDomainRef</H3>
<PRE>
public boolean <B>isDomainRef</B>()</PRE>
<DL>
<DD>Returns true if this is the domain reference
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isProjectRef()"><!-- --></A><H3>
isProjectRef</H3>
<PRE>
public boolean <B>isProjectRef</B>()</PRE>
<DL>
<DD>Returns true if this is a project reference
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isFolderRef()"><!-- --></A><H3>
isFolderRef</H3>
<PRE>
public boolean <B>isFolderRef</B>()</PRE>
<DL>
<DD>Returns true if this is a folder reference
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isResourceRef()"><!-- --></A><H3>
isResourceRef</H3>
<PRE>
public boolean <B>isResourceRef</B>()</PRE>
<DL>
<DD>REturns true if this is a resource reference
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isLocationDataRef()"><!-- --></A><H3>
isLocationDataRef</H3>
<PRE>
public boolean <B>isLocationDataRef</B>()</PRE>
<DL>
<DD>Returns true if this is a reference to the locationData resource
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNames()"><!-- --></A><H3>
getNames</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] <B>getNames</B>()</PRE>
<DL>
<DD>Returns the hierarchical name for the object referenced.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getFullName()"><!-- --></A><H3>
getFullName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getFullName</B>()</PRE>
<DL>
<DD>Returns the full name of the object. This is a dot separated sequence of reference type followed by names .
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getLocalName()"><!-- --></A><H3>
getLocalName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getLocalName</B>()</PRE>
<DL>
<DD>Returns the local name (last name) for the given ref
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getProject()"><!-- --></A><H3>
getProject</H3>
<PRE>
public <A HREF="../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>getProject</B>()
throws <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/IllegalStateException.html" title="class or interface in java.lang">IllegalStateException</A></PRE>
<DL>
<DD>Returns the project If this is a resource reference, project reference of a folder reference. Otherwise throws <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/IllegalStateException.html" title="class or interface in java.lang"><CODE>IllegalStateException</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -