⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transportwlsartifactdeployer.html

📁 一个实用的java源程序
💻 HTML
📖 第 1 页 / 共 2 页
字号:
makeWLSChangesOnCreate</H3>
<PRE>
void <B>makeWLSChangesOnCreate</B>(weblogic.management.configuration.DomainMBean&nbsp;editableDomain,
                            <A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.Create.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.Create</A>&nbsp;context)
                            throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Called on admin server when the transport endpoint needs to be created by the service bus deployment system so that required WLS changes are performed. Prior to calling this method, the configuration system makes sure that a WLS edit session is created.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editableDomain</CODE> - the domain mbean that should be used to perform WLS related changes. Any changes made via this mbean will go to a WLS change list<DD><CODE>context</CODE> - context for create operation. Providers can use this to extract endpoint configuration, service reference, etc.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeWLSChangesOnUpdate(weblogic.management.configuration.DomainMBean, com.bea.wli.sb.transports.EndPointOperations.Update)"><!-- --></A><H3>
makeWLSChangesOnUpdate</H3>
<PRE>
void <B>makeWLSChangesOnUpdate</B>(weblogic.management.configuration.DomainMBean&nbsp;editableDomain,
                            <A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.Update.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.Update</A>&nbsp;context)
                            throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Called on admin server when the transport endpoint needs to be updated by the service bus deployment system so that required WLS changes are performed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editableDomain</CODE> - the domain mbean that should be used to perform WLS related changes. Any changes made via this mbean will go to a WLS change list<DD><CODE>context</CODE> - context for update operation. Providers can use this to extract endpoint configuration, service reference, etc.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeWLSChangesOnSuspend(weblogic.management.configuration.DomainMBean, com.bea.wli.sb.transports.EndPointOperations.Suspend)"><!-- --></A><H3>
makeWLSChangesOnSuspend</H3>
<PRE>
void <B>makeWLSChangesOnSuspend</B>(weblogic.management.configuration.DomainMBean&nbsp;editableDomain,
                             <A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.Suspend.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.Suspend</A>&nbsp;context)
                             throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Called on admin server when the transport endpoint needs to be suspended (disabled) by the service bus deployment system so that required WLS changes are performed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editableDomain</CODE> - the domain mbean that should be used to perform WLS related changes. Any changes made via this mbean will go to a WLS change list<DD><CODE>context</CODE> - context for suspend operation. Providers can use this to extract endpoint configuration, service reference, etc.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeWLSChangesOnResume(weblogic.management.configuration.DomainMBean, com.bea.wli.sb.transports.EndPointOperations.Resume)"><!-- --></A><H3>
makeWLSChangesOnResume</H3>
<PRE>
void <B>makeWLSChangesOnResume</B>(weblogic.management.configuration.DomainMBean&nbsp;editableDomain,
                            <A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.Resume.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.Resume</A>&nbsp;context)
                            throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Called on admin server when the transport endpoint needs to be resumed (re-enabled) by the service bus deployment system so that required WLS changes are performed.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editableDomain</CODE> - the domain mbean that should be used to perform WLS related changes. Any changes made via this mbean will go to a WLS change list<DD><CODE>context</CODE> - context for resume operation. Providers can use this to extract endpoint configuration, service reference, etc.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeWLSChangesOnDelete(weblogic.management.configuration.DomainMBean, com.bea.wli.sb.transports.EndPointOperations.Delete)"><!-- --></A><H3>
makeWLSChangesOnDelete</H3>
<PRE>
void <B>makeWLSChangesOnDelete</B>(weblogic.management.configuration.DomainMBean&nbsp;editableDomain,
                            <A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.Delete.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.Delete</A>&nbsp;context)
                            throws <A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></PRE>
<DL>
<DD>Called on admin server when the transport endpoint needs to be deleted by the service bus deployment system so that required WLS changes are performed. Prior to calling this method, the configuration system makes sure that a WLS edit session is created.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editableDomain</CODE> - the domain mbean that should be used to perform WLS related changes. Any changes made via this mbean will go to a WLS change list<DD><CODE>context</CODE> - context for delete operation. Providers can use this to extract endpoint configuration, service reference, etc.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/wli/sb/transports/TransportException.html" title="class in com.bea.wli.sb.transports">TransportException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="sessionActivationSucceeded(com.bea.wli.sb.transports.EndPointOperations.CommonOperation)"><!-- --></A><H3>
sessionActivationSucceeded</H3>
<PRE>
void <B>sessionActivationSucceeded</B>(<A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.CommonOperation.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.CommonOperation</A>&nbsp;context)</PRE>
<DL>
<DD>Called when session activation has succeeded The callee may NOT throw exceptions as there is no way to recover
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - context for operation. Providers can use this to extract endpoint configuration, service reference, etc.</DL>
</DD>
</DL>
<HR>

<A NAME="sessionActivationFailed(com.bea.wli.sb.transports.EndPointOperations.CommonOperation)"><!-- --></A><H3>
sessionActivationFailed</H3>
<PRE>
void <B>sessionActivationFailed</B>(<A HREF="../../../../../com/bea/wli/sb/transports/EndPointOperations.CommonOperation.html" title="interface in com.bea.wli.sb.transports">EndPointOperations.CommonOperation</A>&nbsp;context)</PRE>
<DL>
<DD>Called when session activation has failed The callee may NOT throw exceptions as there is no way to recover
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - context for operation. Providers can use this to extract endpoint configuration, service reference, etc.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../com/bea/wli/sb/transports/TransportValidationContext.html" title="class in com.bea.wli.sb.transports"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?com/bea/wli/sb/transports/TransportWLSArtifactDeployer.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="TransportWLSArtifactDeployer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -