|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccFactoryOperations
An interface for an AccFactory object, which is used by CORBA servers to create Acceptors.
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 |
---|
String id()
int tag()
Acceptor create_acceptor(String[] params) throws InvalidParam
params
- The configuration parameters.
InvalidParam
- If any of the parameters are invalid.void change_key(IORHolder ior, byte[] key)
ior
- The IORkey
- The new object keyAccFactoryInfo get_info()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |