components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/PropertyGroupNamePool.java
branchs11-update
changeset 2805 4888f6212f94
parent 827 0944d8c0158b
--- a/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/PropertyGroupNamePool.java	Mon Oct 28 17:52:58 2013 -0700
+++ b/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/PropertyGroupNamePool.java	Wed Oct 30 16:53:48 2013 -0400
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
  */
 
 package com.oracle.solaris.vp.panels.apache.client.swing;
@@ -28,7 +28,7 @@
 import java.util.*;
 import com.oracle.solaris.scf.common.ScfException;
 import com.oracle.solaris.vp.panel.common.api.smf_old.*;
-import com.oracle.solaris.vp.panel.common.smf.ServiceMXBean;
+import com.oracle.solaris.vp.panel.common.smf.ServiceBean;
 
 public class PropertyGroupNamePool {
     //
@@ -41,7 +41,7 @@
     // Instance data
     //
 
-    private ServiceMXBean service;
+    private ServiceBean service;
     private String prefix;
     private List<Integer> existing = new LinkedList<Integer>();
     private List<Integer> reserved = new LinkedList<Integer>();
@@ -51,7 +51,7 @@
     // Constructors
     //
 
-    public PropertyGroupNamePool(ServiceMXBean service, String prefix)
+    public PropertyGroupNamePool(ServiceBean service, String prefix)
 	throws ScfException {
 
 	this.service = service;