test/jdk/javax/management/remote/rest/data/QueueSamplerBeanMBean.java
branchjmx-rest-api
changeset 56002 60ab3b595a8e
parent 56001 95c0323f0c1a
child 56003 4f7f76f6be2f
--- a/test/jdk/javax/management/remote/rest/data/QueueSamplerBeanMBean.java	Thu Dec 28 20:34:32 2017 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
-package javax.management.remote.rest.test.data;
-
-import java.util.List;
-
-/**
- *
- * @author harsha
- */
-public interface QueueSamplerBeanMBean {
-        public QueueSample getQueueSample();
-    
-    public void setQueueSample(QueueSample sample);
-
-    public String getQueueName();
-    
-    public void setQueueName(String name);
-    
-    public void clearQueue();
-
-    public String[] testMethod1(int[] param2, String param1, int sd34, String[] param3, QueueSample[] param4, List<QueueSample> param5);
-}