return create( ops, expected_size, poa );
};
public CSequence create( OperationsOperations ops, int expected_size, org.omg.PortableServer.POA poa ){
SequenceImpl collection = new SequenceImpl( ops, poa, this, expected_size );
CSequence collection_ref = null;
CSequencePOATie srvnt = new CSequencePOATie( collection );
try {
collection_ref = CSequenceHelper.narrow(poa.servant_to_reference(srvnt));
collection.set_servant( srvnt );
} catch(Exception e) {
System.out.println("Internal error: Can not Activate collection");