org.apache.yoko.orb.OCI
Interface AccFactoryInfoOperations

All Known Subinterfaces:
AccFactoryInfo, AccFactoryInfo, AccFactoryInfoOperations

public interface AccFactoryInfoOperations

Information on an OCI AccFactory object.

See Also:
AccFactory

Method Summary
 String describe()
          Returns a human readable description of the transport.
 String id()
          The plugin id.
 int tag()
          The profile id tag.
 

Method Detail

id

String id()
The plugin id.


tag

int tag()
The profile id tag.


describe

String describe()
Returns a human readable description of the transport.

Returns:
The description.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.