jdk/test/com/sun/tools/attach/SimpleProvider.java
changeset 24870 5d567113d043
parent 5506 202f599c92aa
equal deleted inserted replaced
24869:6cdd5aa7e259 24870:5d567113d043
     1 /*
     1 /*
     2  * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    98         return new Properties();
    98         return new Properties();
    99     }
    99     }
   100 
   100 
   101     public void dataDumpRequest() throws IOException {
   101     public void dataDumpRequest() throws IOException {
   102     }
   102     }
       
   103 
       
   104     public String startLocalManagementAgent() {
       
   105         return null;
       
   106     }
       
   107 
       
   108     public void startManagementAgent(Properties agentProperties) {
       
   109     }
       
   110 
   103 }
   111 }