Where is the explicit implementation of IDisposable.Dispose in ServiceHostBase class ?

Hi
I went to the definition of ServiceHostBase class (from metadata), could not find the place where the "dispose" method gets impelemented. Anyone has any idea ? Thanks.
Chen2015 

It is explicitly implemented in the ServiceHostBase class:
void IDisposable.Dispose()
You cannot see explicitly implemented methods in the meta data of a class because they are not part of the class' interface:
http://stackoverflow.com/questions/7268632/why-does-the-vs-metadata-view-does-not-display-explicit-interface-implemented-me
Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question.

Similar Messages

  • Where is the getString() implementation for RS and Object class question

    Dear all,
    I had these two questions ringing since a long time.
    1)ResultSet is an interface.
    In my jdbc code I have generally written rs.getString() and rs.getInt etc.. without giving a second thought as to where exactly is this getter implemented !
    I have RTF API .. without too much help.
    Could some one kindly explain Where is the implementation of the getString method ?
    2) Could you please tell why the Wait() Notify() and NotifyAll methods have been implemented in the Object class ? What was the need to define em in the Object class ?
    Thanks in advance for your time spent on this.
    Rgds

    Sarvananda wrote:
    In the MySQL driver for example it's implemented in com.mysql.jdbc.ResultSet Right. Now it makes sense to me. Every single db that gives me a driver will have their specific implementation for the interface methods of ResultSet.
    >
    why do you need that?
    ..Thats a design decision
    One of my friends asked me this and I was caught unawares. Any ideas on what factors could have made this design decision ?
    Rgds
    >
    In the MySQL driver for example it's implemented in com.mysql.jdbc.ResultSet Right. Now it makes sense to me. Every single db that gives me a driver will have their specific implementation for the interface methods of ResultSet.
    >
    why do you need that?
    ..Thats a design decision
    One of my friends asked me this and I was caught unawares. Any ideas on what factors could have made this design decision ?
    A desire to not have to couple your code to a particular database and JDBC driver. It's a classic example of the abstract factory pattern

  • Hi, I'd like to know how SAP CRM has been 'tailored' for the High Education sector?  Is it basically the same product than the existing CRM or a totally different syste,?  Where has it been implemented?  Is there an existing document/presentation about it

    Hi, I'd like to know if the SAP CRM solution for High Ed is the same product thant the existing CRM solution?  Or has it been 'tailored' for High Ed? If so, how?  Is there existing documentation/presentation about it?  Where has it been implemented?
    Thanks!
    Sylvie from Montreal

    Ged,
    whilst generally I agree with you a question (or two) for clarification so we can be sure we're not comparing apples with oranges
    I'm not familiar with O2's product lineup but given you're on Annex M is that a business package?
    Are you on an Infinity residential or business package?
    On the subject of the offshore support teams my experience from the other sife of the fence is that many, many of them are very technically orientated. The problem is that the ISPs they work for don't give them access to many of the tools that are needed (they need to raise internal requests to even get line checks done in some cases) and also they are very heavily scripted & monitored in what they do/say on a call.
    Sounds like O2 are operating as a contact centre rather than as a call centre which is much more preferable from the customers point of view.
    DISCLAIMER: although I work in the industry I do not work for BT and any opinions given are purely my own.

  • Where is the best place to implement business logic in ADF application?

    I am using jdeveloper 11g R2 , JSF Facelet
    Where is the best place to implement business logic in ADF application?
    I mean something like service layer in Spring
    Appreciate your comments
    Regards
    Mohsen

    Depends on what your logic does and what data it deals with, but in general business logic is in the ADF BC layer.
    Some goes into entity objects - for things like attribute or row validation.
    Some goes into view objects - for things like calculation.
    Some goes into AM - for things like service methods for UI clients.

  • Where in the bc4j framework is the real implementation of interface methods

    I was going through a ADF for forms and 4 GL developers and came across following code.
    package devguide.examples.client;
    import oracle.jbo.client.Configuration;
    import oracle.jbo.*;
    import oracle.jbo.domain.Number;
    import oracle.jbo.domain.*;
    +public class TestClient {+
    +public static void main(String[] args) {+
    String amDef = "devguide.examples.UserService";
    String config = "UserServiceLocal";
    ApplicationModule am =
    Configuration.createRootApplicationModule(amDef,config);
    ViewObject vo = am.findViewObject("UserList");
    +while (vo.hasNext()) {+
    Row curUser = vo.next();
    System.out.println(vo.getCurrentRowIndex()". "++
    curUser.getAttribute("UserId")" "++
    curUser.getAttribute("Email"));
    Configuration.releaseRootApplicationModule(am,true);
    +}+
    +}+
    I wanted to understand that findViewObject returns an interface of type ViewObject.Since ViewObject is an interface so it does not have code implementation of any of its method like hasNext or next.Where in the framework is the actual implementation of these methods ?
    Thanks

    Are you asking to look at the code of the interface?
    For that you'll need an Oracle Support license and then you can request the actual source code of Oracle ADF from Oracle Support by opening an SR.
    If you just want to see the documentation for a method check the documentation API section for example:
    http://docs.oracle.com/cd/E35521_01/index.htm
    http://docs.oracle.com/cd/E35521_01/apirefs.111230/e17483/toc.htm
    http://docs.oracle.com/cd/E35521_01/apirefs.111230/e17483/oracle/jbo/ViewObject.html

  • Where's the clone() method implementation?

    this was all i could get from src.jar..
    protected native Object clone() throws CloneNotSupportedException;
    where is the implementation?
    thank you

    So the implementation is in some library. And you have already seen the (Java) source. The native code is probably written in C or C++; I don't see any source like that in my Windows SDK so you probably don't have it in yours either.

  • Where is the summary tab? Please be very explicit

    Where is the summary tab? Please be very explicit

    Some of these smart arse answers ignore the fact that often there is no Device option in the sidebar or even a Summary button when a fault occurs.
    It isn't a question of not being able to follow simple instructions, it's a design flaw. Having spent many years in the Windows world I came to Apple to get away from this sort of hassle. In every other respect it was the right decision and I'm now a huge fan but the syncing of devices remains poor.
    I use an iPad and iMac, both with the latest software, but it's a recurring issue that iTunes suddenly stops recognising the iPad. Apple needs to address this because users don't want to have to become techies to go about day to day activities.
    The original question here wasn't at all unreasonable but some of the responses are unhelpfull and arrogant.

  • Where does the password for Elgamal algorithm is stored

    hi,
    i am doing a project in Intelligent security in java using Elagamal algorithm. The feature of Elgamal is that the password is not stored in database . Then where is the password is stored to check for a existing user .
    If i am an existing user then when i type the username and password then it should check or compare and tell that password is right or wrong . so where is the password is stored to compare ?? please give me the coding in java .
    i need the coding immediately , of how to get the password and to store and then to compare where the user is correct else message should display "type the correct password".
    Given below is my Main window coding plz help me where to include the coding,
         This simple extension of the java.awt.Frame class
         contains all the elements necessary to act as the
         main window of an application.
    // LOGIN WINDOW ( FIRST WINDOW ) FOR LOGIN AND EXISTING USER
    import java.awt.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.sql.*;
    import java.math.*;
    import java.security.*;
    import java.io.IOException;
    import javax.crypto.Cipher;
    import javax.crypto.IllegalBlockSizeException;
    import javax.crypto.KeyGenerator;
    import javax.crypto.SecretKey;
    public class Smart extends Frame
         public Smart()
              // This code is automatically generated by Visual Cafe when you add
              // components to the visual environment. It instantiates and initializes
              // the components. To modify the code, only use code syntax that matches
              // what Visual Cafe can generate, or Visual Cafe may be unable to back
              // parse your Java file into its visual environment.
              //{{INIT_CONTROLS
              setLayout(null);
              setBackground(new java.awt.Color(255,247,192));
              setSize(1200,900);
    // 157,135,178
              setVisible(false);
              label1.setText("USERID");
              add(label1);
              label1.setFont(new Font("Dialog", Font.PLAIN, 14));
              label1.setBounds(315,180,84,48);
              label2.setText("PASSWORD");
              add(label2);
              label2.setFont(new Font("Dialog", Font.PLAIN, 14));
              label2.setBounds(315,260,100,40);
              textField1.setBounds(430,180,216,36);
              //textField1.setBackground(new java.awt.Color(196,197,233));//textfieldcolor
              add(textField1);
              textField2.setEchoChar('*');
              //textField2.setBackground(new java.awt.Color(196,197,233));
              add(textField2);
              textField2.setBounds(430,260,213,36);
              button1.setLabel("SUBMIT");
              add(button1);
              button1.setBackground(new java.awt.Color(196,197,233));
              button1.setBounds(320,360,120,40);
              button2.setLabel("CLEAR");
              add(button2);
              button2.setBackground(new java.awt.Color(196,197,233));
              button2.setBounds(520,360,120,40);
              label3.setText("REGISTRATION FORM");
              add(label3);
              label3.setFont(new Font("Dialog", Font.BOLD, 20));
              label3.setBounds(324,54,550,80);
              button3.setLabel("NEW USER REGISTRATION");
              add(button3);
              button3.setBackground(new java.awt.Color(196,197,233));
              button3.setBounds(369,450,232,40);
              //add(textArea1);
              //textArea1.setBounds(0,360,576,52);
              setTitle("LOGIN PHASE Application");
              /*int mStrength = 16;
              SecureRandom mSecureRandom = new SecureRandom();
              p = new BigInteger(mStrength, 16, mSecureRandom);*/
              //{{INIT_MENUS
              //{{REGISTER_LISTENERS
              SymWindow aSymWindow = new SymWindow();
              this.addWindowListener(aSymWindow);
              SymAction lSymAction = new SymAction();
              button1.addActionListener(lSymAction);
              button2.addActionListener(lSymAction);
              button3.addActionListener(lSymAction);
         public Smart(String title)
              this();
              setTitle(title);
    * Shows or hides the component depending on the boolean flag b.
    * @param b if true, show the component; otherwise, hide the component.
    * @see java.awt.Component#isVisible
    public void setVisible(boolean b)
              if(b)
              setLocation(50, 50);
              super.setVisible(b);
         public static void main(String args[])
         try
                   //Create a new instance of our application's frame, and make it visible.
              (new Smart()).setVisible(true);
              catch (Throwable t)
                   System.err.println(t);
                   t.printStackTrace();
                   // Ensure the application exits with an error condition.
                   System.exit(1);
              public void addNotify()
              // Record the size of the window prior to calling parents addNotify.
              Dimension d = getSize();
              super.addNotify();
              if (fComponentsAdjusted)
                   return;
              // Adjust components according to the insets
              setSize(getInsets().left + getInsets().right + d.width, getInsets().top + getInsets().bottom + d.height);
              Component components[] = getComponents();
              for (int i = 0; i < components.length; i++)
                   Point p = components.getLocation();
                   p.translate(getInsets().left, getInsets().top);
                   components[i].setLocation(p);
              fComponentsAdjusted = true;
         // Used for addNotify check.
         boolean fComponentsAdjusted = false;
         //{{DECLARE_CONTROLS
         java.awt.Button button1 = new java.awt.Button();
         java.awt.Button button2 = new java.awt.Button();
         java.awt.Label label1 = new java.awt.Label();
         java.awt.Label label2 = new java.awt.Label();
         java.awt.Label label3 = new java.awt.Label();
         java.awt.Button button3 = new java.awt.Button();
         java.awt.TextField textField1 = new java.awt.TextField();
         java.awt.TextField textField2 = new java.awt.TextField();
         java.awt.TextArea textArea1 = new java.awt.TextArea();
         //BigInteger p;
         //{{DECLARE_MENUS
         class SymWindow extends java.awt.event.WindowAdapter
              public void windowClosing(java.awt.event.WindowEvent event)
                   Object object = event.getSource();
                   if (object == Smart.this)
                        Smart_WindowClosing(event);
         void Smart_WindowClosing(java.awt.event.WindowEvent event)
              System.exit(0);
         class SymAction implements java.awt.event.ActionListener
              public void actionPerformed(java.awt.event.ActionEvent event)
                   Object object = event.getSource();
                   if (object == button1)
                        button1_ActionPerformed(event);
                   else if (object == button2)
                        button2_ActionPerformed(event);
                   else if (object == button3)
                        button3_ActionPerformed(event);
         void button1_ActionPerformed(java.awt.event.ActionEvent event)
              //try{
              String ids = textField1.getText();
              String pss = textField2.getText();
              byte [] bt = ids.getBytes();
              BigInteger id = new BigInteger(bt);
              //by samy byte [] bts = pss.getBytes();
              //BigInteger ps = new BigInteger(bts);
         int mStrength = 16;
         SecureRandom mSecureRandom = new SecureRandom();
         BigInteger p = new BigInteger(mStrength, 16, mSecureRandom);
         System.out.println("p = "+p.toString(16));
         BigInteger g = new BigInteger(mStrength - 1, mSecureRandom);
         System.out.println("g= "+g.toString(16));
         BigInteger x = new BigInteger(mStrength - 1, mSecureRandom);
         System.out.println("x="+x.toString(16));
         //byte[] bt = id.getBytes();
         BigInteger idb = new BigInteger(bt);
         //System.out.println("id= "+idb.toString(16));
         BigInteger ps = idb.modPow(x, p);
         //String pw = new String("pass = "+ps.toByteArray());
         System.out.println("ps ="+ps.toString(16));
         BigInteger r =null;
    BigInteger ONE = BigInteger.valueOf(1L);
    BigInteger p_1 = p.subtract(ONE);
    SecureRandom sr = new SecureRandom();
    do {
    r = new BigInteger(p.bitLength(), sr);
    } while (r.compareTo(ONE) <= 0 || r.compareTo(p_1) >= 0);
         System.out.println("r= "+r.toString(16));
         BigInteger c1 =idb.modPow(r,p);
         System.out.println("c1= "+c1.toString(16));
         long time = System.currentTimeMillis();
         System.out.println("TIME ="+time);
         BigInteger one = new BigInteger( new Integer(1).toString());
         BigInteger T = new BigInteger( new Long(time).toString());
         BigInteger t =T.xor(ps);
         BigInteger t1 = t.mod(p.subtract(one));
         System.out.println("t="+t1.toString(16));
         BigInteger M = idb.modPow(t1, p);
         System.out.println("M="+M.toString(16));
         int rnd = r.intValue();
         BigInteger c2 =ps.modPow(r,p).multiply(M).mod(p);
         System.out.println("c2 ="+c2.toString(16));
         //(bia[0].modPow(a, p).modInverse(p)).multiply(bia[1]).mod(p);
         BigInteger val1 = (c1.modPow(x,p).modInverse(p)).multiply(c2).mod(p);
         BigInteger val2 = id.modPow(t1,p);
         System.out.println(val1.toString(16));
         System.out.println(val2.toString(16));
    send s=new send();
    // }catch( IOException e){
    //System.out.println("Exception caught ") ; }     
    //     catch( Exception e){
    //System.out.println("Exception caught ") ; }               
         void button2_ActionPerformed(java.awt.event.ActionEvent event)
              textField1.setText("");
              textField2.setText("");
         void button3_ActionPerformed(java.awt.event.ActionEvent event)
         {   Security s1 = null;
              try
    System.out.println("this is in Smart ");
         //Create a new instance of our application's frame, and make it visible.
              s1 = new Security();
              s1.setVisible(true);
              catch (Throwable t)
                   System.err.println(t);
                   t.printStackTrace();
                   //Ensure the application exits with an error condition.
                   System.exit(1);
              //s1.dispose();     

    I was picking that up from your error message
    ..jsp_servlet\__savename.java:17: package com.company.project.ejb does not exist import com.company.project.ejb.UserData; //[ /SaveName.jsp; Line: 1]
    The folder structure needs to mirror the package structure exactly (standard java)
    So yes, If you have a com.company.project.ejb package with a class UserData within it
    "UserData.class" needs to be in folder "WEB-INF/classes/com/project/ejb/"
    If you don't have that class, then check your import statement - its asking for it.
    Good luck,
    evnafets

  • Where are the regular maintenance updates?

    Most expensive/professional software I own licences for
    receives maintenance updates and bug fix patches on a regular
    basis. Even with shareware and freeware, the patches and updates
    just keep coming. Flash Professional should certainly be no
    different, there's more than enough bugs to warrant some fixing.
    But what did we get? Nothing! Some measly updates for the Flash
    player, that's all. Clearly Adobe/Macromedia cannot be trusted in
    this department, they just move on to the next project and leave
    users to wrestle with bugs.
    A few examples off the top of my head:
    - The new smoothing algorithm introduced in Flash 8 is
    kaputt. It blurs bitmaps even when they're shown in 1:1 scale,
    anti-aliasing intentionally aliased stuff. Clearly there's some
    rounding error or something messing with the scale of things. For
    example, I used Flash 7 to make document and application icons in
    128x128. They fit exactly to the pixel grid and when I exported
    them from Flash 7 they were sharp as can be. When I export the same
    icons to PNG from Flash 8 at 128x128, using the same source files,
    the edges are suddenly blurred. With some trial and error I
    discovered that I had to export them in 129x129 in order to make
    them look as they did from Flash 7, then crop the picture in
    Fireworks to 128x128.
    - "Convert Lines to Fills" is a mess. It generates a
    completely warped rendition of the selected lines if they overlap.
    You have to walk Flash through the process by selecting a few lines
    well away from eachother, move them away from the rest, convert to
    fills, then repeat this process until you finally get a WYSIWYG
    rendition of the lines you wanted to convert.
    - Various UI graphics bugs. For example if you drag-select
    across a number of layers and frames in the timeline and insert or
    delete, leftovers from the black selection rectangle are still
    visible in the timeline. You have to minimize/maximize the window
    to make it redraw correctly.
    - If I enter W/H/X/Y coordinates for an object, say "10.0",
    it's because I want exactly 10.0. I don't want Flash to arbitrarily
    change it sometimes to 10.1 or 9.9. Sometimes you have to enter it
    twice to make it stick.
    - Flash 'forgets' parts of audio files in the library. I
    import a lot of WAV files to the library, and sometimes a few saves
    down the line I discover there are mysterious silent gaps in the
    audio. I have to re-import the files again to fill these gaps.
    - FlashPaper (it installed correctly on very few computers,
    you had to fix it in a DOS prompt, or FlashPaper would just hang
    when you try to print). I've also had complaints that my FlashPaper
    rendered PDF:s won't open in Mac OS X.
    These are just a handful of examples I can think of at the
    moment, I know I've stumbled upon dozens more and I'm sure there's
    a collective pool of thousands. What I want to know is why
    Adobe/Macromedia feels it's OK to not bother with maintenance
    updates and fixes for a product of this price and magnitude? It's a
    despicable business practice I would expect from shady vaporware
    peddlers.

    It's only your perspective that "nobody seems to care" that
    couldn't be anymore incorrect - I see it
    first hand how dedicated and caring the developers of flash
    are.
    I wont get into a platform war either - but i clearly
    remember the MS promotion MS was using
    claiming the new "Innovative" features of IE7 - specifically
    showcases their new tabbed browsing
    feature and popup stopper - FF had that long before them -
    hardly innovative.
    Vista looks and acts very much like Mac OS - at least on the
    surface. It's so blaringly obvious to
    me that they must have been studying OSX when they were
    deisigning Vista.
    Anyway - i dont really care about OS - and your points are
    totally valid - I'm a PC user only
    because flash always runs better on PC then MAC.
    I just think your claims that nobody cares and complacency
    within Adobe are ill-founded - I am very
    much closer to the people that you are talking about and see
    their dedication first hand for years -
    unless you are as close or closer, it's hard for me to agree.
    But if you feel this way from a users POV - then perhaps
    something is wrong on a marketing level or
    some other area. Flash 8 was developed by Macromedia - the
    next version of flash will be developed
    by Adobe - let's hold of on judging them until they come out
    with the next version - until then,
    complaints of non caring and complacency simply hold no
    weight.
    -regards
    -c
    ~~~~~~~~~~~~~~~~
    PitchBlank wrote:
    >>I don't understand the logic of calling Adobe a
    "monopoloy".
    >
    >
    > It couldn't get any more logical, IMHO. Adobe and
    Macromedia were the two
    > biggest actors in the game, and have (had?) quite a few
    overlapping products
    > (Freehand/Illustrator, Fireworks/ImageReady/Photoshop,
    GoLive/Dreamweaver).
    > Then the two companies became one. While this doesn't
    constitute a bona fide
    > monopoly as such, it's pretty damn close. It's like
    Microsoft buying Apple -
    > right, so there's still Linux, but it's not like Linux
    inspires competitors to
    > innovate...
    >
    > > To be honest - I don't want a new set of tools that
    do the same thing.
    >
    > Neither do I, but Adobe still needs competition or
    they'll become more
    > complacent than they already are.
    >
    > > MS is famous for duplicating (stealing) ideas from
    others before them and
    > calling it "innovative" (example; IE7, Vista).
    >
    > I don't recall MS ever calling IE7 innovative, and I
    don't get this whole
    > plagiarism thing with Vista. Where's the ripoff?
    Gadgets? Apple stole that from
    > Konfabulator. Instant Search? Apple implemented
    Spotlight only *after*
    > Microsoft had showed off their instant search. The
    interface? I don't see
    > transparent window elements prominently featured in OS
    X, and Apple hardly
    > invented the 3D look and feel with drop shadows around
    windows. The Vista UI
    > isn't a ripoff, it reflects the current fashion in UI
    design. If bell bottom
    > pants come back, both Lee and Levi's will make them,
    without one ripping off
    > the other. OS X features several Windows ripoffs (Time
    Machine, Spotlight,
    > automatic OS updates etc - and Microsoft had its Media
    Player in place back
    > when Mac users were still fiddling with crummy shareware
    like SoundJam), but
    > nobody wants to hear about those because they think
    Steve Jobs is Jesus.
    >
    > Anyway, I don't want to get into the whole platform war
    thing, my point was
    > that Flash is buggy as hell and nobody seems to care,
    especially not Adobe. I
    > was expecting replies more along the lines of "No, it's
    not buggy at all, it's
    > flawless and you're a moron".
    >

  • Where is the WLSTUtil API documentation

    I've been playing around with Python/Jython and WLST.
    But I cannot seem to find the API for the WLST commands.
    I can get code completion in eclipse that gives me all the possible commands for a certain variable for a dataSource say. But where are the commands/API of each Jython class that WLST defines, documented?
    For instance, if I run a configToScript, I get a script that has the following lines:
    jdbcSR = create(dsName,"JDBCSystemResource")
    theJDBCResource = jdbcSR.getJDBCResource()
    theJDBCResource.setName(dsName)
    And in eclipse, theJDBCResource code completion shows me the methods on that member variable. But where is the documentation for that jython class.
    I looked here (http://download.oracle.com/docs/cd/E13222_01/wls/docs92/javadocs/index.html?weblogic/deploy/api/spi/WebLogicDeploymentManager.html) but that again does not contain the WLSTUtil class.
    BTW: I ran writeToIniFile and got:
    from weblogic.management.scripting.utils import WLSTUtil
    import sys
    origPrompt = sys.ps1
    theInterpreter = WLSTUtil.ensureInterpreter();
    WLSTUtil.ensureWLCtx(theInterpreter)
    execfile(WLSTUtil.getWLSTScriptPath())
    execfile(WLSTUtil.getOfflineWLSTScriptPath())
    exec(WLSTUtil.getOfflineWLSTScriptForModule())
    execfile(WLSTUtil.getWLSTCommonModulePath())
    theInterpreter = None
    sys.ps1 = origPrompt
    modules = WLSTUtil.getWLSTModules()
    for mods in modules:
    execfile(mods.getAbsolutePath())
    wlstPrompt = "false"
    ~
    That tells me that all the jython classes are in WLSTUtl class. Just need to get at the javadoc for it.
    The weblogic.management.scripting.utils package does not contain WLSTUtil as expected.
    Thanks
    Pankaj
    Edited by: [email protected] on Sep 28, 2009 8:42 AM
    Edited by: [email protected] on Sep 28, 2009 8:43 AM

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • Where's the sendmail documentation?

    We are trying to implement iFS, however the documentation
    regarding sendmail leaves a lot to be desired. Kind of like
    making a cake with half a recipe.
    So, where is the real documentation kept?

    The sendmail supplied with iFS is free software. As such the
    full source code with documentation is supplied with iFS. The
    exact location of this source code is given in the manual which I
    do not have at the moment (I will check this and post the
    location by Monday evening). In the meantime, I would suggest
    checking the sendmail.org website. Another information source
    that I have found to be very helpful is the O'Reilly book
    "Sendmail". I believe that it is also mentioned in the
    documentation, however I will post full information about it
    including its ISBN number when I post the location of the source
    code.

  • How do I get the red explicit sign next to the explicit songs in my library?

    My friend's macbook has the explicit tag next to the songs that are explicit and mine don't. I've searched for some time now, and can't figure out how to get it on there!

    also these are songs that I have purchased from the iTunes store that are not displaying the explicit tag. I've seen many other discussions where people are having trouble adding the explicit sign to songs imported from cd's among other sources... but i have a different issue. some help would be nice, thank you.

  • Creating a Podcast: The "explicit" tag

    I'm creating a podcast and while I don't intend to specifically create explicit content, I can't say for sure that there might not be an instance where I'm interviewing someone or I get a shot of a public event where something explicit might happen (i.e. a "swear word" heard off camera or one of those obscene boobies somewhere in the shot).
    I hate to have the "EXPLICIT" tag placed on my podcast, but I don't want to get banned either. What are your recommendations? Should I be ultra-safe and label it "explicit" just in case or can I just label the individual episodes with the tag and just say "no" in the overall feed explicit tag?

    Robbie, welcome. Nice to be prudent but this may be overkill. You can add an explicit tag to a specific podcast, for example if someone lets slip some expletive in an interview. For the most part, if your podcasts are normal, you can leave them as they are.
    If you think you have to add such a tag, it might be worthwhile including something in the description (e.g. "audience comments can be overheard and may not be to everyone's tastes, so I added an explicit tag for this episode."

  • Where is the item category usage data stored?

    Where is the item category usage data stored?
    I'm checking the CRM system of my customer. My customer uses CRM & ERP system. Both BP data and prodact data are connecting from ERP to CRM. In Item category determination on CRM system, Item category usage exists as a condition. I know where I customize the usage setting. However,I don't know where ithem category usage data is stored. Product master data? or BP master data?  Does anyone have this information?
    BestRegards
    Miki

    If you are refering to  Item category group, then this is stored o product master data on sales organizational specific data.
    If you are refering to  Item category usage then there is a different logic. Item category usage is is mainly hardcoded in ABAP programs. For example one logic is hardcoded for interchengabilty scenaro. In some cases you can even use badi implementation.
    Regards.

  • Where is the definition of default toolkit?

    Hi,
    When I was working with drawing images, I need to use the toolkit and Toolkit.getDefaultToolkit() method. I know that Toolkit is an abstract class. I am wondering where is the definition of the so-called default toolkit. By the way, is there any good website which has cross-reference between different classes? For example, I can know what specific class one class inherits from, but how to know what classes inherit from a specific class?
    Thanks.

    From the API:
    public static Toolkit getDefaultToolkit()
    Gets the default toolkit.
    If there is a system property named "awt.toolkit", that property is treated as the name of a class that is a subclass of Toolkit.
    If the system property does not exist, then the default toolkit used is the class named "sun.awt.motif.MToolkit", which is a motif implementation of the Abstract Window Toolkit.

Maybe you are looking for

  • Why am I unable to scroll through bookmarks with mouse wheel anymore?

    Used to be able to scroll through bookmarks with mouse wheel, now I am unable to. I have tried reinstalling firefox and disabling all addons but same problem. Please help!

  • Are cross-platform upgrades allowed?

    I own a copy of Adobe CS3 for Windows. I have recently purchased a Mac, and need to get Adobe Creative Suite (preferably CS6) set up on it. Do I need to buy a completely new version of Creative Suite for the Mac, or can I buy a Mac upgrade version, a

  • PO details in VK11

    Hi gurus, The scenario is like this: Condition records are maintained based on the Purchase order received from the customer and corresponding despatches and billing has to be done. Can we capture the PO details while creating the condition records i

  • IPhone in Emergency mode

    My iPhone just stopped working asking me to recovery from iTunes but, as I do so, I am asked to enter my sim card PIN number..... But cannot do it as it is on safe mode Anybody can tell me what to do? Thank you.

  • Setting TextArea tabstop in Java 1.1.8

    I need to change the tabstop in a TextArea component - default seems to be 8 - too large for small screen of a Pocket PC - anyone know how I might set it to 2? Thanks, Bruce