What function is called when removing a repository instance

Hi,
I implemented a repository manager by extending
com.sap.netweaver.bc.rf.mi.AbstractManager
,which provides functions like
startUpImpl()
and
shutDownImpl()
My question is, when I remove an instance of it in <i>System Admin</i> - <i>System Configuration</i> - <i>Knowledge Management</i> - <i>Content Management</i> in EP, what function in the Repository Manager is called?
Function shutDownImpl() is not called when the instance is removed, but is called when EP is stopped.
Thanks,
Ray

Hi,
com.sap.netweaver.bc.rf.mi.AbstractManager
has as well the method
public final void stop()
Description:
This method is only called once during the life-time of a component. It is called by the CRT when the component was removed from the configuration or the system shuts down. A stopped component can not be (re)started. After a shutdown the component instance will be finalized by the Java VM as soon as no other components in the system holds a reference to it.
Best Regards
Frank

Similar Messages

  • Language Monitors and Bi-directional Printing: What functionality is lost when disabling? What else uses them?

    Server OS: Windows 2008 R2 Standard
    Function: Primary Domain Controller and Print Server
    Clients: All are running Windows 7 Pro 64-Bit SP1
    We're considering disabling the HP Universal Print Driver Language Monitor and in-turn Bi-directional Printing due to potential server spooler instabilities, before we do this the IT Manager wants to be sure:
    1. What functionality is lost when disabling Language Monitors and Bi-directional Printing?
    2. What else uses Language Monitors and Bi-directional Printing them? In other words what may break?
    3. What specifically do Language Monitors and Bi-directional Printing provide?
    Thanks

    Alan (or anyone else):
    We're testing disabling the language monitor/bidirectional printing for one particular printer.
    Can I confirm this is the procedure for disabling a particular print queue's Language Monitor and Bidirectional Printing? -
    1. Locate the relevant Language Monitor registry key in: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors
    Either delete or rename the registry key (so it cannot be found), in my case: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\HPMLM121
    I renamed it to have the date at the end (HPMLM121_2015-01-29).
    2. Inside the above registry key is a DLL file mentioned under the DRIVER reference. In my case it's called: hpmlm121.dll.
    I searched the entire C drive on the server and this was only found in C:\Windows\System32. I moved this elsewhere out of C:\Windows and also renamed the DLL too.
    Therefore preventing Windows from being able to find/use it.
    3. I then unticked Bidirectional Printing Support in the Printer Properties Ports tab of the printer in question.
    4. Lastly either restart the server (or stop/restart the Spooler service).
    I've done all this and the HP Print Notifications for Replace Cartridge etc... are still active.
    Any idea why this is?
    Thanks

  • What is it called when you do this?

    What is it called when you have something similar to a blog where you have your code say, let there be 5 posts, and after 5 posts create a new page to put the other posts on that page so there is only 5 per page?
    I'm not really sure how to search that so I can learn how it's done.
    I'm using Repeating Template Regions so if anyone can either tell me what it's called or link me to a good tutorial that would help me that would be great!
    Basically what I'm hoping is that I can press the little "+" on my Repeating Template Region and once there is more than a specific number of the regions, the excess will continue onto another page that I can link to.
    (Side Question... Anyway to organize these regions in Alphabetical order?)
    - Thanks!

    It's called pagination
    There are server behaviors in Dreamweaver to do this.
    MySQL queries use the ORDER BY argument to ORDER BY alphabetically or numberically either in ascending or descending order.
    example:
    SELECT table_column, table_column2
    FROM table_name
    WHERE table_column = 'something'
    ORDER BY table_column ASC
    best,
    Shocker

  • What handler is called when a Status-Bar-Icon is clicked in Cocoa-Applescript?

    In Cocoa-Applescript Xcode, what handler is called when the Status-Bar-Icon for my app is clicked? Are there any variables or connections that I have to make?

    Thanks Red_menace! I don't know what the Apple community would do without you.
    For others viewing this question, the following is the proper format, for Cocoa-Applescript:
    property NSStatusBar : class "NSStatusBar"
    property StatusItem : ""
    on applicationWillFinishLaunching_()
    set StatusItem to NSStatusBar's systemStatusBar's statusItemWithLength_(current application's NSSquareStatusItemLength)
    StatusItem's setAction_("myAction:")
    end applicationWillFinishLaunching_
    on myAction_()
    say "Hello!"
    end myAction_
    Where "myAction:" is the action that you want to call when the Status-Bar-Item is clicked. It should also be noted that this handler will not be called if a menu or view is already linked to it's click action.

  • What happens to calls when voice mail is not set up?

    Odd question...what happens to calls placed to a number that does not have the voice mail set-up yet?  Do they show up as missed calls or anywhere in the call log for that number?  Or is it like the call never happened because it was not answered and could not go to voice mail?  Also curious as to whether or not missed calls show up on the phone once it is powered back on after having been shut off (powered all the way down).  I realize those calls will go to voice mail (provided it has been set-up) but will the calls show up as missed on the phone when it is turned back on?

    Not odd...On Verizon if it is not set up, you will hear a recording that says "Im sorry, but the party you are trying to reach has a vm box that has not been set up yet". It will show as missed if the phone is on, and will appear in the log if the phone is on. If the phone is powered off, the call does not show in the log when turned back on. It will appear as if it never happened. You will only know if you get a VM (if its set up) or if the person tells you, hey I called you!

  • Need to track Function modules called when executing a transaction

    Hi All,
              Is there a way through which i can track function modules called, while executing a Transaction. Kindly provide pointers to it.
    Thanks in advance.
    Regards,
    Navin.

    Goto SE80 Transaction and use Program name for corresponding Transaction Use Find operation like Call Function .. then you will get list of FM ..
    There is no other option .
    reward Points if it is helpful
    Thanks
    Seshu

  • What is it called when you use typography to make a design?

    What is the name of the style of design when you use typography to make a design such as in this example?
    http://walyou.com/darth-vader-typography/
    Thanks.

    I do not believe there is an official name for this, but searching for type art will give you plenty of samples.
    You could say this style evolved from ascii art but using typefonts to create mosaics.  I would use Type Mosaic if I had to describe this to someone.
    http://www.wordle.net/
    http://www.phombo.com/art-photography/amazing-type-faces-pictures/page-1/

  • What event is called when the handle next to a tree node is clicked

    Hi,
    I have a JTree...and the nodes in the tree have a little handle next to them. When i click on the handle, the children of that node, are shown below (as expected). However, what event occurs before the treeExpanded event is fired?? it seems like something happens just before it.
    thanks

    Post your code, I dont think any event except treeExpanded is fired.

  • What is it called when a field box only generates when another field box has text entered?

    Hi:
    I am using LiveCycle Designer 8.0 and am in the process of creating a form.  I want to create a field that only will generate if a previous field has text in it.  Kinda like: if this is entered, then this will happen.  Any thoughts?

    Hi,
    There is a lot of potential for creating dynamic forms with LC. The help file in LC and the guides on the Adobe web site give a lot of direction.
    In your first field you can write javascript against an event, in this case the exit event is probably best:
    if (this.rawValue == "" || this.rawValue == null) // this is a test if the first field is empty
         textField2.presence = "invisible";
    else
         textField2.presence = "visible";
    When testing you use double "=="; when assigning values you use a single "=". TextField2 is there, just hidden from the user.
    Good luck,
    Niall

  • On press enter what function should call  for DO_HANDLE_EVENT

    hi
    I want to do operations on press enter so wat is the
    code for press enter?
    And how i get this event in ONINPUTPROCESSING .
    and i m using HTMLB
    Thnks

    Hi Prashant,
    What kind of operations..is it for an inputfield?If yes then you can use the attribute SubmitOnEnter of inputfield.
    or you can handle the enter key event using javascript.
    Have a look at
    [this thread|Re: Hitting the "Enter" Key] and [this thread|How to submit the page on hitting the enter key]
    Serach forum , there are lots of threads on this.
    Regards,
    Anubhav

  • Reverse Drop Cap- what's it called

    InDesign has handy feature for drop caps. But what's it called when the first letter towers above the first line rather than drop to cover 2 or lines? Does InDesign have a function for that in the Paragraph files too?

    "Upcap"? (I never heard it named before.)
    You can use a nested style for that, spanning just one character. I've seen the entire first word in upcaps as well.
    (Afterthougt: although you can use the regular point size to change it, it might work better -- i.e., not messing with line heights -- if you use the Horizontal and Vertical size to make it larger.)

  • Need someone to tell me what this is called

    i need to know what it's called when
    flash does something (moves the screen left or right or
    whatever)
    depending on where your mouse is positioned on the screen
    ex. When you roll your mouse over the left side of the
    screen, the screen moves left.
    i need what it's called, and if you know how it's done i'll
    take that too.

    Hi
    This is called a Scroller, they are used extensively in Flash
    for full page or site navigation control.
    You can find a video tutorial here -
    gotoandlearn
    Scroll the list of tutorials until you find the Scrolling
    Thumbnail Panel.
    Hope it helps

  • What is an element,when we call a function write_from?

    what is an element,when we cal a function write_from what to assign for ELEMENT  and WINDOW...?
    Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:37 PM

    Hi shekar,
    The main reason of specifying the Function module Write_Form is to make the values visible in the particular window of the form.
    For Ref, see the Below Function Module:
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
        ELEMENT = 'HEADER'
        WINDOW =  'MAIN'
    EXCEPTIONS
        ELEMENT = 1.
    In the above example, I need to declare a element in the Main window. So I have passed 'MAIN' in window and 'HEADER' in element.
    REASON OF SPECIFYING:
    Suppose you want to display the values the internal table say suppose it_itab. If you specify this in the sap script like &it_itab-f1& or &wa_itab-f1& without using write_form wont work.
    So this will be specified as,
    SE38:
    Loop at it_itab into wa_itab.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
        ELEMENT = 'HEADER'
        WINDOW =  'MAIN'
    EXCEPTIONS
        ELEMENT = 1.
    endloop.
    Inside Script:
    Inside the Main window:
    /E     HEADER
          &wa_itab-f1&
    what happens is after the loop statement as soon as it encounters the write_form, it searches for the element 'HEADER' in the Main window and values become visible in the form.
    If u need any more details, please tell.
    <REMOVED BY MODERATOR>
    Thanks,
    karthik
    Edited by: Alvaro Tejada Galindo on Feb 20, 2008 4:36 PM

  • What function name to use when calling an XI RFC Sender adapter?

    Hello experts, I need some help please...
    We are trying to setup an RFC Sender adapter in XI 3.0 for the first time.  We followed Michal's <a href="/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step on how to setup the RFC destination in the sender system (ECC 5.0 in our case) and the corresponding communication channel in XI.  We can make a connection from ECC to XI via the destination, but we are getting an error in the communication channel monitor stating that the JCO.Server could not find the server function '<i>message interface name</i>'.   We have tried to use the message interface name, the message type name and the data type name, but all return the same error.  What function name should we be using and how does this name get registered with the JCO server?
    Message was edited by:
            Matt Austin

    hi
    Have you registered the pragram id properly in sender system ?
    Steps to that
    1. first create RFC sender adapter in XI and give any name as program id Give Gateway host n gateway service of appilcation system
    2. activate it properly
    3. program get regiostered on app system
    4. go to application system and create RFC destinationn there give the same program id name
    now it should work
    regards
    Sheetal

  • What does discard mean when the NewAsyncTimer functions count elapses?

    I have a PXI system with a PXIe8101 controller running with a real-time OS. I am having trouble with the asynchronous timer. I have a question about the count parameter in the function NewAsyncTimer(). The documentation says " Specifies teh number of timer events to be generated before the timer is automatically discarded."
    What does it mean by "discarded"?
    Does this mean it is "discarded" like when you call the function DiscardAsyncTimer() and it removes it from the list of existing timers?
    Another question?
    I created my timer like this:
     gRegCalMainLoopID = NewAsyncTimer (1e-03, -1, 0, RegCalProcessCntrlLoop, 0);
    I belive this will set the priority to THREAD_PRIORITY_HIGHEST (2).
    Since I set the initialState parameter to 0 it should not make call the call back function until I set teh ASYNC_ATTR_ENABLED to 1.
    I send a command to do this and it makes this call:
      timerStatus = SetAsyncTimerAttribute( gRegCalMainLoopID,ASYNC_ATTR_ENABLED,1);  // this starts the timer interrupt
    My problem is the timer function is never called with teh event = to EVENT_TIMER_TICK.
    Here is my timer callback function:
    int CVICALLBACK RegCalProcessCntrlLoop (int reserved, int timerId, int event, void *callbackData, int eventData1, int eventData2)
     switch(event)
      case EVENT_TIMER_TICK:
    The only other timer I have running in my system is in RTmain(). But it should be at a lower priority so the higher priority timer callback should not get blocked.
    Her is part of my RTmain()
    void CVIFUNC_C RTmain (void)
     if (InitCVIRTE (0, 0, 0) == 0)
      return;    /* out of memory */
     /*************************** Initialization code. ****************************/
     gDone=0; // when it is set to one the application is exited.
     // create callback timers
     CreateCallbackTimers();  // here is where I call the NewAsyncTimer() function above
     // initialize DMM digital multi-meter
     init_dmm();
     init_pxi_gpib();
     /*********************** END OF Initialization code. *************************/
     while (!RTIsShuttingDown () && !gDone)
      /* Your code. */
      /* Sleep for some amount of time to give the desired loop rate */
      /* and to allow lower priority threads to run.                 */
      SleepUS (100);
      ProcessSystemEvents ();
    Any ideas what might be going on?

    Hi DPearce,
    It does seem that the timer will be discarded in the same way as DiscardAsyncTimer meaning that the timer will no longer be registered or active after being called a specific number of times. Is there a specific aspect of the count parameter that you are curious about?
    For Real Time systems a priority level of 2 is not necessarily the Highest Priority Thread and more information can be found in the help topic NewAsyncTimerWithPriority.
    Have you seen if you are able to capture the Event Discard event as well?
    Milan

Maybe you are looking for

  • Unable to add Incoming Excise Invoice

    Hi All, While trying to add Incoming Excise Invoice, I'm gettin an error message,"Tax Definition, Message 173". I have checked the tax code and type, all the accounts are mapped here . What is causing this error and how to correctly add this document

  • Syncing itunes to different ipods.

    I am thinking about getting Iphone so I was wondering if I could sync my itunes music library to more then one ipod/iphone? I wasn't sure If you can do this or not. I had a lot bother moving my music from my mini to my classic the last time and ended

  • SMB sharing broken in 10.4.5?

    Experienced technology user, but new Mac switcher trying to get my WinXP SP2 laptop to connect to a share on my new Mac Mini Core Duo (Tiger 10.4.5). I can see the Mac in the Windows workgroup from the laptop. When I double click on Mac, I am prompte

  • API & Table for Subinventory

    Hi Can you pls let me know the tables & API used for sub inventory transfer for restricted locator items. Regards Yram

  • Web Form Email Response Layout

    Hi All, I have a working web form that successfully sends plain text responses to my email address on submit Below is an example of the response i receive... Enquiry_Type: General Enquiry Name_Of_Sender: Jack Tyler Sender_Email__Address: [email prote