Sun Adapter for SAG API

com.stc.connector.sagadapter.jni.sag
Class NamedItemList

java.lang.Object
  extended by com.stc.connector.sagadapter.jni.sag.NamedItemList

public class NamedItemList
extends java.lang.Object

Wrapper class for C++ NamedItemList class. It is derived from sagappltypes.hpp.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2007/10/19 19:48:39 $
Author:
Harry Liu (harry.liu@sun.com)

Constructor Summary
NamedItemList()
          Creates a new instance of NamedItemList
 
Method Summary
 void destroy(int item)
          Method destroy.
 void destroy(java.lang.String itemName)
          Method destroy.
 void free()
          Method free.
 NamedItem getNamedItem(int item)
          Method getNamedItem.
 NamedItem getNamedItem(java.lang.String itemName)
          Method getNamedItem.
 int getNumberOfItem()
          Method getNumberOfItem.
 void insert(NamedItem item)
          Method insert.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedItemList

public NamedItemList()
Creates a new instance of NamedItemList

Method Detail

free

public void free()
Method free.


getNumberOfItem

public int getNumberOfItem()
Method getNumberOfItem.

Returns:
int

getNamedItem

public NamedItem getNamedItem(int item)
Method getNamedItem.

Parameters:
item - int
Returns:
NamedItem

getNamedItem

public NamedItem getNamedItem(java.lang.String itemName)
Method getNamedItem.

Parameters:
itemName - String
Returns:
NamedItem

insert

public void insert(NamedItem item)
Method insert.

Parameters:
item - NamedItem

destroy

public void destroy(int item)
Method destroy.

Parameters:
item - int

destroy

public void destroy(java.lang.String itemName)
Method destroy.

Parameters:
itemName - String

Sun Adapter for SAG API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.