org.apache.yoko.orb.OCI
Interface AccFactoryOperations

All Known Subinterfaces:
AccFactory

public interface AccFactoryOperations

An interface for an AccFactory object, which is used by CORBA servers to create Acceptors.

See Also:
Acceptor, AccFactoryRegistry

Method Summary
 void change_key(IORHolder ior, byte[] key)
          Change the object-key in the IOR profile for this given protocol.
 Acceptor create_acceptor(String[] params)
          Create an Acceptor using the given configuration parameters.
 AccFactoryInfo get_info()
          Returns the information object associated with the Acceptor factory.
 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.


create_acceptor

Acceptor create_acceptor(String[] params)
                         throws InvalidParam
Create an Acceptor using the given configuration parameters. Refer to the plug-in documentation for a description of the configuration parameters supported for a particular protocol.

Parameters:
params - The configuration parameters.
Returns:
The new Acceptor.
Throws:
InvalidParam - If any of the parameters are invalid.

change_key

void change_key(IORHolder ior,
                byte[] key)
Change the object-key in the IOR profile for this given protocol.

Parameters:
ior - The IOR
key - The new object key

get_info

AccFactoryInfo get_info()
Returns the information object associated with the Acceptor factory.

Returns:
The Acceptor


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